mirror of
https://github.com/ae-utbm/sith.git
synced 2024-12-22 07:41:14 +00:00
Apply review comments
This commit is contained in:
parent
2cc4308a58
commit
0631c77a1c
@ -36,6 +36,7 @@
|
|||||||
|
|
||||||
|
|
||||||
{% if student_card_fragment %}
|
{% if student_card_fragment %}
|
||||||
|
<h3>{% trans %}Student card{% endtrans %}</h3>
|
||||||
{{ student_card_fragment }}
|
{{ student_card_fragment }}
|
||||||
<p class="justify">
|
<p class="justify">
|
||||||
{% trans %}You can add a card by asking at a counter or add it yourself here. If you want to manually
|
{% trans %}You can add a card by asking at a counter or add it yourself here. If you want to manually
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
<p>{% trans %}Amount: {% endtrans %}{{ customer.amount }} €</p>
|
<p>{% trans %}Amount: {% endtrans %}{{ customer.amount }} €</p>
|
||||||
|
|
||||||
{% if counter.type == 'BAR' %}
|
{% if counter.type == 'BAR' %}
|
||||||
|
<h5>{% trans %}Student card{% endtrans %}</h3>
|
||||||
{{ student_card_fragment }}
|
{{ student_card_fragment }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<div id="student_card_form">
|
<div id="student_card_form">
|
||||||
<h3>{% trans %}Student card{% endtrans %}</h3>
|
|
||||||
{% if not customer.student_card %}
|
{% if not customer.student_card %}
|
||||||
<form
|
<form
|
||||||
hx-post="{{ action }}"
|
hx-post="{{ action }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user