forked from MarseyWorld/MarseyWorld
fix
parent
8c884c30b0
commit
90ec4e9740
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue