From: Guillaume Pellerin Date: Fri, 18 Mar 2016 13:51:28 +0000 (+0100) Subject: add edito and festival tags, cleanup X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3846737dffe84a280b91cfb8d2595cb1c2003f22;p=mezzo.git add edito and festival tags, cleanup --- diff --git a/app/templates/index.html b/app/templates/index.html index 93456b73..6ffe7f36 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load i18n %} +{% load i18n festival_tags %} {% block meta_title %}{% trans "Home" %}{% endblock %} {% block title %}{% trans "Home" %}{% endblock %} @@ -9,22 +9,9 @@ {% endblock %} {% block main %} -{% blocktrans %} -

Congratulations!

-

- Welcome to your new Mezzanine powered website. - Here are some quick links to get you started: -

- -{% endblocktrans %} +

{% trans "Edito" %}

+{# {% edito %}#} +
{% include "includes/html_styleguide.html" %} {% endblock %}