##// END OF EJS Templates
Task #1119: save and cancel button...
Task #1119: save and cancel button git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@382 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r270:ef93cf215be8
r270:ef93cf215be8
Show More
jars_conf.html
16 lines | 344 B | text/html | HtmlDjangoLexer
Fiorella Quino
Filter template name combo box and change_filter views...
r269 {% extends "dev_conf.html" %}
{% load static %}
{% load bootstrap3 %}
{% load main_tags %}
{% block extra-content %}
<div class="clearfix"></div>
Fiorella Quino
Task #1119: save and cancel button...
r270 <h2>JARS filter: {{resolution}}</h2>
Fiorella Quino
Filter template name combo box and change_filter views...
r269 <hr>
<div class="panel-group" id="div_lines" role="tablist" aria-multiselectable="true">
{% include "jars_filter.html" %}
</div>
{% endblock extra-content%}