master
kek7198 2021-12-07 18:04:08 -06:00
parent 8c884c30b0
commit 90ec4e9740
1 changed files with 4 additions and 4 deletions

View File

@ -65,11 +65,11 @@
<!-- User Details --> <!-- User Details -->
<div class="ml-3"> <div class="ml-3">
<a class="block font-heading font-bold text-xl text-black hover:text-red-600" href="/@{{user.username}}"> <a class="block font-heading font-bold text-xl text-black hover:text-red-600" href="/@{{user.username}}">
{{user.username}} {{vote.user.username}}
</a> </a>
{% if user.customtitle %} {% if vote.user.customtitle %}
<p class="text-sm" style="#{{user.namecolor}}"> <p class="text-sm" style="#{{vote.user.namecolor}}">
{{user.customtitle | safe}} {{vote.user.customtitle | safe}}
</p> </p>
{% endif %} {% endif %}
</div> </div>