renamed slice-request templates more consistently
[myslice.git] / portal / templates / slice_request.html
diff --git a/portal/templates/slice_request.html b/portal/templates/slice_request.html
deleted file mode 100644 (file)
index 175863c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-{% extends "layout-unfold1.html" %}
-{% load i18n %}
-
-{% block head %}
-{{ wizard.form.media }}
-{% endblock %}
-
-{% block unfold1_main %}
-
-<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/onelab.css" />
-<!-- xxx ideally only onelab.css but ... xxx -->
-<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/registration.css" />
-
-<div class="onelab-title well well-lg">
-  <h2>Request a Slice</h2>
-</div>
-
-<div class='well'>
-<form id="commentForm" action="" method="post">{% csrf_token %}
-{{ form.as_p }}
-<input class="btn" type="submit" value="Submit" />
-</form>
-</div>
-
-{% endblock %}