Files
benchcoach-django/teamsnap/templates/preferences.html
2022-06-02 08:52:38 -05:00

8 lines
173 B
HTML

{% extends "base.html" %}
{% block content %}
<form method="post">{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Save">
</form>
{% endblock content %}