Add registration form

This commit is contained in:
2015-01-12 16:51:54 +01:00
committed by Gergely Polonkai
parent 8c9475d076
commit 5e23c73594
8 changed files with 104 additions and 1 deletions

View File

@@ -5,6 +5,9 @@
</head>
<body>
<h1>Rubber Duck Booking Tool</h1>
<div>
<a href="{% url 'accounts:register' %}">Register</a>
</div>
<a href="{% url 'booking:list' %}">Home</a>
<a href="{% url 'booking:terms' %}">Terms and Conditions</a>
<a href="{% url 'booking:vocabulary' %}">Vocabulary</a>