AccountView isolated in portal.accountview.py
[myslice.git] / portal / templates / slice_request.html
index 01f48d0..acaf2df 100644 (file)
@@ -3,18 +3,22 @@
 
 {% block head %}
 {{ wizard.form.media }}
-<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}css/smart_wizard.css" />
 {% endblock %}
 
 {% block unfold1_main %}
 
-  <h1>Slice request</h1>
+<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/register.css" />
+
+<form id="commentForm" action="" method="post">{% csrf_token %}
+
+<div class="OneLabTitle" style="margin-bottom:20px;">
+         <h2>Request a Slice</h2>
+</div>
 
-{% if envoi %}Votre message a bien été envoyé !{% endif %}
-<form action="" method="post">{% csrf_token %}
 {{ form.as_p }}
-<input type="submit" value="Submit" />
+<p style="text-align: center;width: 80%;">
+       <input type="submit" value="Submit" />
+</p>
 </form>
 
 {% endblock %}