##// END OF EJS Templates
Task #714: ABS View...
Fiorella Quino -
r169:c3a3c36907a3
parent child
Show More
@@ -0,0 +1,19
1 {% extends "dev_conf_edit.html" %}
2
3 {% load bootstrap3 %}
4 {% load static %}
5 {% load main_tags %}
6
7 {% block content %}
8 <form class="form" method="post">
9 {% csrf_token %}
10 {#% bootstrap_form form layout='horizontal' size='medium' %#}
11 {{form}}
12 <div style="clear: both;"></div>
13 <br>
14 <div class="pull-right">
15 <button type="button" class="btn btn-primary" onclick="{% if previous %}window.location.replace('{{ previous }}');{% else %}history.go(-1);{% endif %}">Cancel</button>
16 <button type="submit" class="btn btn-primary">{{button}}</button>
17 </div>
18 </form>
19 {% endblock %}
General Comments 0
You need to be logged in to leave comments. Login now