various cleanups and tweaks
[myslice.git] / portal / templates / slice_request.html
index 01f48d0..175863c 100644 (file)
@@ -3,18 +3,23 @@
 
 {% 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/onelab.css" />
+<!-- xxx ideally only onelab.css but ... xxx -->
+<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/registration.css" />
 
-{% if envoi %}Votre message a bien été envoyé !{% endif %}
-<form action="" method="post">{% csrf_token %}
+<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 type="submit" value="Submit" />
+<input class="btn" type="submit" value="Submit" />
 </form>
+</div>
 
 {% endblock %}