diff --git a/templates/base.html b/templates/base.html index 30402166c3..d1064c560e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,6 +28,7 @@ {% else %} + {% block source_content %}{% endblock %} {% endif %} {# Webfont async loading #} diff --git a/templates/pages/about.html b/templates/pages/about.html index b9dd8573d2..2d28d23629 100644 --- a/templates/pages/about.html +++ b/templates/pages/about.html @@ -22,7 +22,7 @@

À propos

{% block content %}

- Si vous vous intéressez par tout cela, vous devriez songer à contribuer au développement du site ! + Si vous vous intéressez à tout cela, vous devriez songer à contribuer au développement du site !

diff --git a/templates/tutorial/base_online.html b/templates/tutorial/base_online.html index 3730b67781..097fdb37df 100644 --- a/templates/tutorial/base_online.html +++ b/templates/tutorial/base_online.html @@ -7,8 +7,13 @@ · Tutoriels {% endblock %} +{% block source_content %} + {% if tutorial.source and tutorial.source != "" %} + + {% endif %} +{% endblock %} {% block breadcrumb_base %}
  • Tutoriels
  • -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/tutorial/tutorial/view.html b/templates/tutorial/tutorial/view.html index bd5349f73f..c84ea8eeb4 100644 --- a/templates/tutorial/tutorial/view.html +++ b/templates/tutorial/tutorial/view.html @@ -20,7 +20,7 @@ {% block headline %}

    {% if tutorial.image %} - + {% endif %} {{ tutorial.title }}

    @@ -242,7 +242,7 @@

    Demander la validation -