Small UI improvements

This commit is contained in:
cuom1999 2023-08-24 11:10:39 -05:00
parent 37e5e6a3b3
commit 164a712902
6 changed files with 74 additions and 55 deletions

View file

@ -101,7 +101,7 @@
<td> {{ form_user.last_name }} </td>
</tr>
<tr>
<td>{{ _('Avatar') }}: </td>
<td style="padding-top: 1em">{{ _('Avatar') }}: </td>
<td style="padding-top: 1em">{{ form.profile_image }}</td>
</tr>
</table>