diff --git a/core/templates/core/user_preferences.jinja b/core/templates/core/user_preferences.jinja index bf5189ae..13bee656 100644 --- a/core/templates/core/user_preferences.jinja +++ b/core/templates/core/user_preferences.jinja @@ -36,6 +36,7 @@ {% if student_card_fragment %} +

{% trans %}Student card{% endtrans %}

{{ student_card_fragment }}

{% trans %}You can add a card by asking at a counter or add it yourself here. If you want to manually diff --git a/counter/templates/counter/counter_click.jinja b/counter/templates/counter/counter_click.jinja index 4b9e1898..3df77555 100644 --- a/counter/templates/counter/counter_click.jinja +++ b/counter/templates/counter/counter_click.jinja @@ -31,6 +31,7 @@

{% trans %}Amount: {% endtrans %}{{ customer.amount }} €

{% if counter.type == 'BAR' %} +
{% trans %}Student card{% endtrans %}
{{ student_card_fragment }} {% endif %} diff --git a/counter/templates/counter/fragments/create_student_card.jinja b/counter/templates/counter/fragments/create_student_card.jinja index c0701b7a..f15716e4 100644 --- a/counter/templates/counter/fragments/create_student_card.jinja +++ b/counter/templates/counter/fragments/create_student_card.jinja @@ -1,5 +1,4 @@
-

{% trans %}Student card{% endtrans %}

{% if not customer.student_card %}