File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {% extends "base.html" %}
2+ {# Copyright The IETF Trust 2015, All Rights Reserved #}
3+ {% load origin %}
4+
5+ {% load bootstrap3 %}
6+
7+ {% block title %}
8+ {{ title }} {{ doc.canonical_name }}
9+ {% endblock %}
10+
11+ {% block content %}
12+ {% origin %}
13+ < h1 > {{ title }}< br > < small > {{ doc.canonical_name }}</ small > </ h1 >
14+
15+ < p >
16+ < b >
17+ {{ info|safe }}
18+ </ b >
19+ </ p >
20+
21+
22+ < form enctype ="multipart/form-data " method ="post ">
23+ {% csrf_token %}
24+ {% bootstrap_form form %}
25+
26+ {% buttons %}
27+ <!-- Regarding placement of buttons: https://www.lukew.com/ff/entry.asp?571 -->
28+ < button type ="submit " class ="btn btn-primary " name ="submit " value ="Save "> Submit</ button >
29+ < a class ="btn btn-default pull-right " href ="{% url "ietf.doc.views_doc.document_main " name=doc.canonical_name %} "> Back</ a >
30+ {% endbuttons %}
31+ </ form >
32+
33+ {% endblock %}
You can’t perform that action at this time.
0 commit comments