diff options
Diffstat (limited to 'portal-gui/templates/myrpki/add_conf.html')
-rw-r--r-- | portal-gui/templates/myrpki/add_conf.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/portal-gui/templates/myrpki/add_conf.html b/portal-gui/templates/myrpki/add_conf.html deleted file mode 100644 index a3440e4a..00000000 --- a/portal-gui/templates/myrpki/add_conf.html +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -<h1>Add Configuration</h1> -<p>Please enter a unique handle for your RPKI instance. - -{% if errors %} -<ul> -{% for m in errors %} -<li class="errmsg">{{ m }} -{% endfor %} -</ul> -{% endif %} - -<form action="/myrpki/conf/add" method="post"> -<table> -{{ form.as_table }} -<tr><td><input type="submit" value="Submit" /></td></tr> -</table> -</form> - -{% endblock %} -{% extends "base.html" %} |