diff --git a/ietf/templates/doc/edit_field.html b/ietf/templates/doc/edit_field.html new file mode 100644 index 000000000..c72d8798e --- /dev/null +++ b/ietf/templates/doc/edit_field.html @@ -0,0 +1,33 @@ +{% extends "base.html" %} +{# Copyright The IETF Trust 2015, All Rights Reserved #} +{% load origin %} + +{% load bootstrap3 %} + +{% block title %} + {{ title }} {{ doc.canonical_name }} +{% endblock %} + +{% block content %} + {% origin %} +
+ + {{ info|safe }} + +
+ + + + +{% endblock %}