add teamsnap preferences page.
This commit is contained in:
7
teamsnap/templates/preferences.html
Normal file
7
teamsnap/templates/preferences.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<form method="post">{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<input type="submit" value="Save">
|
||||
</form>
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user