Browse Source

Fix display theme on profile

fix-multi-op-side-effect
Yoann Piétri 5 years ago
committed by klafyvel
parent
commit
b8890ffaa0
  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