summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12015-01-31 02:46:45 +0530
committerhardythe12015-01-31 02:46:45 +0530
commit0b74ece9ad71988fc52e27c1b770a780c87d0f5b (patch)
tree9091ea1359ec1ac81b56e691ede254a16b068449
parente23d7d43a34018465465c2b01c20160e6bbe06de (diff)
downloadPython-TBC-Interface-0b74ece9ad71988fc52e27c1b770a780c87d0f5b.tar.gz
Python-TBC-Interface-0b74ece9ad71988fc52e27c1b770a780c87d0f5b.tar.bz2
Python-TBC-Interface-0b74ece9ad71988fc52e27c1b770a780c87d0f5b.zip
added link to register
-rwxr-xr-xtbc/templates/tbc/login.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbc/templates/tbc/login.html b/tbc/templates/tbc/login.html
index 869cf8d..fc71732 100755
--- a/tbc/templates/tbc/login.html
+++ b/tbc/templates/tbc/login.html
@@ -70,6 +70,7 @@
{% csrf_token %}
{{ form.as_p }}
<input class="btn btn-primary"type=submit value=Login>
+ <a href="{% url 'tbc:UserRegister' %}" class="btn btn-primary">Sign Up</a>
<a href="{% url 'tbc:ForgotPassword' %}" class="btn btn-primary">Forgot Password</a>
</form>
</div>