Filter buttons list with visible buttons only
This commit is contained in:
parent
2bc2048076
commit
5ea531fe68
6 changed files with 125 additions and 86 deletions
|
|
@ -12,10 +12,10 @@
|
|||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{form|crispy}}
|
||||
<button class="btn btn-primary" type="submit">Submit</button>
|
||||
<button class="btn btn-primary" type="submit">{% trans "Submit" %}</button>
|
||||
</form>
|
||||
|
||||
{% if price_history %}
|
||||
{% if price_history and price_history.1 %}
|
||||
<hr>
|
||||
|
||||
<h4>{% trans "Price history" %}</h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue