mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
fix: 🎨 Update footer (fix #316)
This commit is contained in:
parent
d8d172fe97
commit
6b8d9e3806
1 changed files with 1 additions and 1 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>
|
||||
|
|
Loading…
Reference in a new issue