Skip to content

Commit

Permalink
Drop pointless <br>s
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jun 8, 2022
1 parent 31a7a18 commit 7410544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/users/_photo.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if user.photo %}
<div class="flex flex-nowrap">
<button type="button" class="btn upload-photo">{{ "Change photo"|t('app') }}</button>
<button type="button" class="btn delete-photo">{{ "Delete photo"|t('app') }}</button><br><br>
<button type="button" class="btn delete-photo">{{ "Delete photo"|t('app') }}</button>
</div>
<div class="flex flex-nowrap">
<button type="button" class="btn edit-photo" data-photoid="{{ user.photoId }}">{{ "Edit photo"|t('app') }}</button>
Expand Down

0 comments on commit 7410544

Please sign in to comment.