forked from MarseyWorld/MarseyWorld
fix
parent
a3e72f8738
commit
65c912a687
|
@ -29,7 +29,7 @@
|
|||
|
||||
<div class="flex items-center mb-4">
|
||||
<img src="{{ v.profile_url }}" class="w-8 h-8 object-cover rounded" alt="My avatar"/>
|
||||
<div class="text-lg text-black font-semibold pl-2">{{ v.username }}</div>
|
||||
<div class="text-lg text-black font-bold pl-2">{{ v.username }}</div>
|
||||
</div>
|
||||
|
||||
<form id="submitform" action="/submit" method="post" enctype="multipart/form-data" class="flex flex-col space-y-6">
|
||||
|
|
Loading…
Reference in New Issue