summaryrefslogtreecommitdiff
path: root/fossee_manim/templates/registration/password_change_form.html
diff options
context:
space:
mode:
authorSharanya A2019-11-26 15:48:39 +0530
committerGitHub2019-11-26 15:48:39 +0530
commitc69720de4ea46628d81358b748daabf843c52357 (patch)
tree5044f017f777d8005fefb4985a17f4aaaec91117 /fossee_manim/templates/registration/password_change_form.html
parentab16ecbb34d5b301d86a33f4d019b25de261f6cf (diff)
parentf2ac50021461637225c77f633c0818f100e87ed1 (diff)
downloadFOSSEE_animations-master.tar.gz
FOSSEE_animations-master.tar.bz2
FOSSEE_animations-master.zip
Merge pull request #57 from TEAMCHRIST/deleteproposalHEADmaster
- provide reviewers option to delete proposals - allow segregation of proposals based on their status - allow performing basic search on proposal_status page
Diffstat (limited to 'fossee_manim/templates/registration/password_change_form.html')
-rw-r--r--fossee_manim/templates/registration/password_change_form.html21
1 files changed, 11 insertions, 10 deletions
diff --git a/fossee_manim/templates/registration/password_change_form.html b/fossee_manim/templates/registration/password_change_form.html
index 5b09d89..3133baa 100644
--- a/fossee_manim/templates/registration/password_change_form.html
+++ b/fossee_manim/templates/registration/password_change_form.html
@@ -4,15 +4,16 @@
{% block content %}
<div class="container">
-<form action="" method="post" >
- {% csrf_token %}
- <center>
- <table class=span1>
- {{ form }}
- </table>
- </center>
- <center><button class="btn" type="submit">Change Password</button>
- <button class="btn" type="button" name="button" onClick='location.replace("{{URL_ROOT}}/login/");'>Cancel</button></center>
-</form>
+ <form action="" method="post">
+ {% csrf_token %}
+ <center>
+ <table class=span1>
+ {{ form }}
+ </table>
+ </center>
+ <center><button class="btn" type="submit">Change Password</button>
+ <button class="btn" type="button" name="button" onClick='location.replace("{{URL_ROOT}}/login/");'>Cancel</button>
+ </center>
+ </form>
</div>
{% endblock content %} \ No newline at end of file