diff --git a/templates/base_content_page.html b/templates/base_content_page.html index 64815b5a51..0c68a182b2 100644 --- a/templates/base_content_page.html +++ b/templates/base_content_page.html @@ -9,12 +9,12 @@ {% block content_out %} -
+
{% block headline %}{% endblock %}
{% block content_page %} -
+
{% block content %}{% endblock %}
{% endblock %} diff --git a/templates/tutorialv2/base_online.html b/templates/tutorialv2/base_online.html index 51d4b3dffc..56f59e8f73 100644 --- a/templates/tutorialv2/base_online.html +++ b/templates/tutorialv2/base_online.html @@ -46,9 +46,3 @@ {% endblock %} - - - -{% block article_schema %} - itemscope itemtype="http://schema.org/Article" -{% endblock %} diff --git a/templates/tutorialv2/includes/headline/licence.part.html b/templates/tutorialv2/includes/headline/licence.part.html index 8426f450a5..9e49fe381e 100644 --- a/templates/tutorialv2/includes/headline/licence.part.html +++ b/templates/tutorialv2/includes/headline/licence.part.html @@ -17,5 +17,5 @@ {% crispy form %} {% elif licence %} - {{ licence }} + {{ licence }} {% endif %} diff --git a/templates/tutorialv2/includes/headline/title.part.html b/templates/tutorialv2/includes/headline/title.part.html index 8ec2bfdeac..a8074eb970 100644 --- a/templates/tutorialv2/includes/headline/title.part.html +++ b/templates/tutorialv2/includes/headline/title.part.html @@ -23,7 +23,7 @@