8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-16 23:56:12 +00:00

Fix display theme on profile

This commit is contained in:
Yoann Pétri 2020-11-22 09:51:25 +01:00 committed by Gabriel Detraz
parent e9a29c87be
commit 681d7f10b2

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>