##// END OF EJS Templates
Updating base models and views ...
Updating base models and views git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@19 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r6:88585742ef2d
r6:88585742ef2d
Show More
jars.html
20 lines | 560 B | text/html | HtmlDjangoLexer
Juan C. Espinoza
Updating base models and views ...
r6 {% extends "base.html" %}
{% load bootstrap3 %}
{% block mainactive %}active{% endblock %}
{% block content-title %}Acquisition System{% endblock %}
{% block content-suptitle %}JARS{% endblock %}
{% block content %}
<form class="form" method="post" action="">
{% csrf_token %}
{% bootstrap_form form layout='horizontal' size='medium' %}
<div style="clear: both;"></div>
<br>
<button type="submit" class="btn btn-primary pull-right" id="bt_update">Update</button>
</form>
{% endblock %}
{% block sidebar%}
{% include "sidebar_devices.html" %}
{% endblock %}