club: separation between archived products and non archived ones

This commit is contained in:
2019-11-27 16:23:14 +01:00
parent ad8bcc7282
commit af48553e35
3 changed files with 39 additions and 18 deletions

View File

@ -3,7 +3,7 @@
{% block content %}
<h3>{% trans %}Sellings{% endtrans %}</h3>
<form action="" method="get">
<form action="" method="post">
{% csrf_token %}
{{ form }}
<p><input type="submit" value="{% trans %}Show{% endtrans %}" /></p>