Fix counter if no date of birth

This commit is contained in:
Skia
2016-09-01 16:55:43 +02:00
parent d27f62dca9
commit 3239a2e481
4 changed files with 75 additions and 63 deletions

View File

@ -39,6 +39,9 @@
{% if request.session['not_allowed'] %}
<p><strong>{% trans %}Not allowed for that product{% endtrans %}</strong></p>
{% endif %}
{% if request.session['no_age'] %}
<p><strong>{% trans %}No date of birth provided{% endtrans %}</strong></p>
{% endif %}
{% if request.session['not_enough'] %}
<p><strong>{% trans %}Not enough money{% endtrans %}</strong></p>
{% endif %}