Skip to content

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
Annelein committed Apr 18, 2024
1 parent f0b8709 commit 570f52e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,7 @@ <h2 class="profile-section-body-header">{{_('settings')}}</h2>
</select>
</div>
</form>
<div class="flex flex-row gap-2">
<button class="red-btn" onclick="hedyApp.destroy('{{_('are_you_sure')}}')" id="delete_profile_button">{{_('destroy_profile')}}</button>
</div>
<button class="red-btn" onclick="hedyApp.destroy('{{_('are_you_sure')}}')" id="delete_profile_button">{{_('destroy_profile')}}</button>
</div>
<h1 id="password_toggle" class="section-header" onclick="$ ('#change-password-body').toggle()">{{_('change_password')}}</h1>
<div class="profile-section-body" id="change-password-body">
Expand Down

0 comments on commit 570f52e

Please sign in to comment.