mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-09 03:16:25 +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:
commit
2f2566ac64
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue