From acbe86d0ce78e6410bea1ef37da115346d515dff Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 19 Feb 2018 21:04:03 +0100 Subject: [PATCH] remove unnecessary h1 tags from template --- django/didgeridoo/webshop/templates/webshop/cart.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/didgeridoo/webshop/templates/webshop/cart.html b/django/didgeridoo/webshop/templates/webshop/cart.html index 83c69e0..4df4ccb 100644 --- a/django/didgeridoo/webshop/templates/webshop/cart.html +++ b/django/didgeridoo/webshop/templates/webshop/cart.html @@ -1,5 +1,5 @@ {% extends "webshop/base.html" %} -{% block section_title %}

Cart

{% endblock %} +{% block section_title %}Cart{% endblock %} {% block content %}

List of Items in your Shopping Cart:

{% if articles_list %}