Sith/club/templates/club/club_edit_prop.jinja

14 lines
307 B
Plaintext
Raw Normal View History

2016-09-02 07:23:21 +00:00
{% extends "club/club_base.jinja" %}
2016-09-02 07:23:21 +00:00
{% block club %}
2016-07-19 17:03:16 +00:00
<h2>{% trans %}Edit club properties{% endtrans %}</h2>
2016-05-03 10:06:03 +00:00
<form action="" method="post">
{% csrf_token %}
{{ form.as_p() }}
2016-07-19 17:03:16 +00:00
<p><input type="submit" value="{% trans %}Save{% endtrans %}" /></p>
</form>
{% endblock %}