Browse Source

Merge branch 'fix_316' into 'dev'

fix: 🎨 Update footer (fix #316)

See merge request re2o/re2o!609
fix_mandate_history
Jean-Romain Garnier 5 years ago
parent
commit
608cbdb634
  1. 2
      templates/footer.html
  2. 4
      templates/locale/fr/LC_MESSAGES/django.po

2
templates/footer.html

@ -25,7 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% load static %}
<nav class="navbar navbar-default navbar-static-bottom">
<div class="container-fluid">
<p class="navbar-text">{{ name_website }} {% trans "powered by" %} Re2o 2016&ndash;2020.
<p class="navbar-text">{% trans "Powered by" %} Re2o 2016&ndash;2021.
{% blocktrans trimmed %}
Brought to you with <i class="fa fa-heart text-danger"></i>.
{% endblocktrans %}</p>

4
templates/locale/fr/LC_MESSAGES/django.po

@ -31,8 +31,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: templates/admin/base_site.html:65 templates/footer.html:28
msgid "powered by"
msgstr "propulsé par"
msgid "Powered by"
msgstr "Propulsé par"
#: templates/admin/base_site.html:69 templates/footer.html:45
msgid ""

Loading…
Cancel
Save