8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-28 01:54:05 +00:00

Merge branch 'fix_theme_profil' into 'dev'

Fix display theme on profile

See merge request re2o/re2o!571
This commit is contained in:
klafyvel 2020-12-29 09:52:37 +01:00
commit 2f2566ac64

View file

@ -351,7 +351,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</div>
<div class="col-md-6 col-xs-12">
<dt>{% trans "Theme" %}</dt>
<dd>{{ request.user.theme_name }}</dd>
<dd>{{ users.theme_name }}</dd>
</div>
</dl>
</div>