aboutsummaryrefslogtreecommitdiff
path: root/portal-gui/templates/myrpki/parent_resource.html
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2011-03-02 22:15:28 +0000
committerMichael Elkins <melkins@tislabs.com>2011-03-02 22:15:28 +0000
commit0ca12b679b7e1e66ab04e3b479fa46b5cc3bc87c (patch)
tree032f3d133d6831c6ed93d2fb30f7640e970d1466 /portal-gui/templates/myrpki/parent_resource.html
parente8053a8415b571d44fe8533d4bc164d277e6832d (diff)
rpki.gui.app templates moved into app subdirectory
svn path=/portal-gui/templates/myrpki; revision=3700
Diffstat (limited to 'portal-gui/templates/myrpki/parent_resource.html')
-rw-r--r--portal-gui/templates/myrpki/parent_resource.html15
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 %}