From: Yasin <mohammed-yasin.rahman@lip6.fr> Date: Fri, 10 Jan 2014 14:05:37 +0000 (+0100) Subject: PassReset: removed obsolete templates X-Git-Tag: myslice-0.3-0~38^2~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bb4b3c94916278dba368df25a8d33e810b3dbb46;p=unfold.git PassReset: removed obsolete templates --- diff --git a/portal/templates/pass_reset.html b/portal/templates/pass_reset.html deleted file mode 100644 index df70b4ce..00000000 --- a/portal/templates/pass_reset.html +++ /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 index fbdf3047..00000000 --- a/portal/templates/pass_reset_sent.html +++ /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 %} -