Browse Source

Fix display theme on profile

release-2.9
Yoann Piétri 5 years ago
committed by Gabriel Detraz
parent
commit
681d7f10b2
  1. 2
      users/templates/users/profil.html

2
users/templates/users/profil.html

@ -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…
Cancel
Save