mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 03:13:12 +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 %}
|
{% load static %}
|
||||||
<nav class="navbar navbar-default navbar-static-bottom">
|
<nav class="navbar navbar-default navbar-static-bottom">
|
||||||
<div class="container-fluid">
|
<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 %}
|
{% blocktrans trimmed %}
|
||||||
Brought to you with <i class="fa fa-heart text-danger"></i>.
|
Brought to you with <i class="fa fa-heart text-danger"></i>.
|
||||||
{% endblocktrans %}</p>
|
{% endblocktrans %}</p>
|
||||||
|
|
|
@ -31,8 +31,8 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: templates/admin/base_site.html:65 templates/footer.html:28
|
#: templates/admin/base_site.html:65 templates/footer.html:28
|
||||||
msgid "powered by"
|
msgid "Powered by"
|
||||||
msgstr "propulsé par"
|
msgstr "Propulsé par"
|
||||||
|
|
||||||
#: templates/admin/base_site.html:69 templates/footer.html:45
|
#: templates/admin/base_site.html:69 templates/footer.html:45
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|
Loading…
Reference in a new issue