Fix display theme on profile See merge request re2o/re2o!571
@ -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>
</dl>