Add registration form
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user