From 08ced77fb1fcb29c41c1e7075f57453addd867db Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Jul 2019 16:39:01 +0200 Subject: Manage frontpage (jumbotron, logo, brand name, etc.) --- showcase/templates/showcase/item-find.html | 9 +++------ showcase/templates/showcase/show_case.html | 26 ++++++++++++-------------- 2 files changed, 15 insertions(+), 20 deletions(-) (limited to 'showcase') diff --git a/showcase/templates/showcase/item-find.html b/showcase/templates/showcase/item-find.html index 3cd3b6f..008e55a 100644 --- a/showcase/templates/showcase/item-find.html +++ b/showcase/templates/showcase/item-find.html @@ -1,12 +1,9 @@ {% extends "base.html" %} {% load i18n static wagtailcore_tags wagtailimages_tags %} -{% block body_class %}template-showcase{% endblock %} +{% block body_class %}template-showcase-item{% endblock %} {% block content %} -
- {{denomination}} - -
- +{{denomination}} + {% endblock %} diff --git a/showcase/templates/showcase/show_case.html b/showcase/templates/showcase/show_case.html index 4940b43..b6a4afa 100644 --- a/showcase/templates/showcase/show_case.html +++ b/showcase/templates/showcase/show_case.html @@ -4,19 +4,17 @@ {% block body_class %}template-showcase{% endblock %} {% block content %} -
- {% image page.image width-500 %} - {{ page.body|richtext }} - {% if page.data %}{% endif %} -
+{% image page.image width-500 %} +{{ page.body|richtext }} +{% if page.data %}{% endif %} {% endblock %} -- cgit v1.2.3