diff --git a/django/didgeridoo/webshop/templates/webshop/article_details.html b/django/didgeridoo/webshop/templates/webshop/article_details.html index a16a642..f611601 100644 --- a/django/didgeridoo/webshop/templates/webshop/article_details.html +++ b/django/didgeridoo/webshop/templates/webshop/article_details.html @@ -7,11 +7,13 @@

Status: {{ article.status }}

Price: {{ article.price_in_chf }} {{ currency_name }}

{% if user.is_authenticated %} +

{{ amount.as_p }} {% csrf_token %}
+

{% else %}

please login to fill your basket...

{% endif %}