]> git.parisson.com Git - diggersdigest.git/commitdiff
fix booter
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 28 Sep 2015 10:47:25 +0000 (12:47 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 28 Sep 2015 10:47:25 +0000 (12:47 +0200)
app/templates/base.html

index 136703240534765110ffaa9dd94624a04e955d06..0a0b5e28006151cd4996aa36bf4ee09fbd60e12a 100644 (file)
 
 <div>
 <p class="site-info text-center">
-    {% trans "Coded by" %}
+    Copyright &copy; {% now "Y" %} Digger's digest
+    <span class="separator">|</span>
+    {% trans "Coded and hosted by" %}
     <a href="http://www.parisson.com">Parisson</a>
+    {% comment %}
     <span class="separator">|</span>
     {% trans "Powered by" %}
     <a href="http://mezzanine.jupo.org">Mezzanine</a>{% ifinstalled cartridge.shop %},
     <a href="http://www.djangoproject.com">Django</a>
     <span class="separator">|</span>
     {% trans "Theme by" %} <a target="_blank" href="http://getbootstrap.com">Bootstrap</a>
+    {% endcomment %}
     {% ifinstalled mezzanine.mobile %}
     <span class="separator">|</span>
     <a href="{% url "set_device" "mobile" %}?next={{ request.path }}">{% trans "View Mobile Site" %}</a>