PassReset: removed obsolete templates
authorYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 10 Jan 2014 14:05:37 +0000 (15:05 +0100)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 10 Jan 2014 14:05:37 +0000 (15:05 +0100)
portal/templates/pass_reset.html [deleted file]
portal/templates/pass_reset_sent.html [deleted file]

diff --git a/portal/templates/pass_reset.html b/portal/templates/pass_reset.html
deleted file mode 100644 (file)
index df70b4c..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-{% extends "layout-unfold1.html" %}
-
-{% block head %}
-{{ wizard.form.media }}
-{% endblock %}
-
-{% block unfold_main %}
-
-<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/onelab.css" />
-<div class="onelab-title well-lg">
-  <h2>Onelab Password Reset</h2>
-</div>
-
-<!-- no hint for this form, moreover we need more space to write stuff down
-     so we use a 3-6-3 layout -->
-<div class='well'>
-  <form class="cmxform form-horizontal" id="commentForm" action="" method="post" role="form">{% csrf_token %}
-  <fieldset>
-    {% for field in form %}
-    <div class="form-group">
-      <label for="{{ field.html_name }}" class="col-xs-3 control-label">{{ field.label }}</label>
-      <div class="col-xs-6"> {{ field.errors }} {{ field }} <p class="form-hint">{{ field.help_text }}</p> </div>
-    </div>
-    {% endfor %}
-    <button class="submit btn btn-default col-xs-12" type="submit">Reset My Password</button>
-  </fieldset>
-  </form>
-</div>
-{% endblock %}
-
diff --git a/portal/templates/pass_reset_sent.html b/portal/templates/pass_reset_sent.html
deleted file mode 100644 (file)
index fbdf304..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{% extends "layout-unfold1.html" %}
-
-{% block unfold_main %}
-
-<h1>Under Construction.</h1>
-<h3>Please <a href="/portal/contact/">Contact Support</a> for password recovery.</h2>  
-
-{% endblock %}
-