mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 09:26:27 +00:00
Merge branch 'fix_316' into 'dev'
fix: 🎨 Update footer (fix #316) See merge request re2o/re2o!609
This commit is contained in:
commit
608cbdb634
2 changed files with 3 additions and 3 deletions
|
@ -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–2020.
|
||||
<p class="navbar-text">{% trans "Powered by" %} Re2o 2016–2021.
|
||||
{% blocktrans trimmed %}
|
||||
Brought to you with <i class="fa fa-heart text-danger"></i>.
|
||||
{% endblocktrans %}</p>
|
||||
|
|
|
@ -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…
Reference in a new issue