diff options
Diffstat (limited to 'portal-gui/templates/myrpki/parent_resource.html')
-rw-r--r-- | portal-gui/templates/myrpki/parent_resource.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/portal-gui/templates/myrpki/parent_resource.html b/portal-gui/templates/myrpki/parent_resource.html deleted file mode 100644 index 764207e4..00000000 --- a/portal-gui/templates/myrpki/parent_resource.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "base.html" %} - -{% block content %} - -<p>Handle: <a href="/myrpki/">{{ request.session.handle }}</a> - -<h1>Add Resource Range</h1> -<form action="{{ request.url }}" method="post"> -<table> -{{ form.as_table }} -</table> -<input type="submit" value="Submit" /> -</form> - -{% endblock %} |