Slice Request page added /portal/slice_request
[myslice.git] / portal / templates / slice_request.html
index 01f48d0..e60e881 100644 (file)
@@ -3,16 +3,14 @@
 
 {% 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>
+  <h1>Request a Slice</h1>
 
-{% if envoi %}Votre message a bien été envoyé !{% endif %}
  
-<form action="" method="post">{% csrf_token %}
+<form action="#" method="post">{% csrf_token %}
 {{ form.as_p }}
 <input type="submit" value="Submit" />
 </form>