user login and redirect after registration
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "newbase.html" %}
|
||||
{% load staticfiles %}
|
||||
{% load rowerfilters %}
|
||||
{% block title %}Contact Us{% endblock title %}
|
||||
{% block title %}New User Registration{% endblock title %}
|
||||
{% block meta %}
|
||||
|
||||
{% endblock %}
|
||||
@@ -23,7 +23,8 @@
|
||||
{{ form.as_table }}
|
||||
</table>
|
||||
<a href="/rowers/legal">Terms of Service</a>
|
||||
<input class="button green" type="submit" value="Submit">
|
||||
<input type="hidden" name="next" value="{{ next }}"/>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user