mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Fix display theme on profile
This commit is contained in:
parent
5a4ff3583b
commit
b8890ffaa0
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