summaryrefslogtreecommitdiff
path: root/frontend/templates/register.html
diff options
context:
space:
mode:
authorPepper <pepper@scannerjammer.com>2015-05-28 14:23:46 -0400
committerPepper <pepper@scannerjammer.com>2015-05-28 14:23:46 -0400
commit4a4a32e1f979282c1b93a43b0dd10f89a0d2d590 (patch)
tree05aa36967a0be9f92030606c538393c52c0f5fa7 /frontend/templates/register.html
parenta4916103efb2d97896c456ff0e83064b21e85d25 (diff)
fixed email in profiles
Diffstat (limited to 'frontend/templates/register.html')
-rwxr-xr-xfrontend/templates/register.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/frontend/templates/register.html b/frontend/templates/register.html
index f041a50..2d75d5d 100755
--- a/frontend/templates/register.html
+++ b/frontend/templates/register.html
@@ -147,6 +147,11 @@ img
<label></label>
<button id="register-go">REGISTER</button>
+ <div>--or--</div>
+ <div id="password_reset">
+ <a href="{% url "password_reset_recover" %}">Reset Password</a>
+ </div>
+
</section>
<section id="success">
<!--
@@ -166,9 +171,9 @@ img
<section id="plant"><img src="{{ STATIC_PREFIX }}img/plant.gif" height="700" /></section>
</body>
<script type="text/javascript">document.getElementById("plea").style.display="none"</script>
-<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/jquery-1.5.2.min.js"></script>
-<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/jquery.md5.js"></script>
-<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/swfobject.js"></script>
-<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/register.js"></script>
+<script type="text/javascript" src="{{ STATIC_PREFIX }}js/src/jquery-1.5.2.min.js"></script>
+<script type="text/javascript" src="{{ STATIC_PREFIX }}js/src/jquery.md5.js"></script>
+<script type="text/javascript" src="{{ STATIC_PREFIX }}js/src/swfobject.js"></script>
+<script type="text/javascript" src="{{ STATIC_PREFIX }}js/register.js"></script>
</html>