From 95bd3011ef4fac7fe676eac22eb24e58196b6789 Mon Sep 17 00:00:00 2001 From: akuma06 Date: Sun, 21 May 2017 02:37:40 +0200 Subject: [PATCH] Fixed route to delete account --- templates/_profile_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_profile_edit.html b/templates/_profile_edit.html index 53d642cc..ccbd9a29 100644 --- a/templates/_profile_edit.html +++ b/templates/_profile_edit.html @@ -108,7 +108,7 @@ {{ if CurrentOrAdmin $.User .ID }}
- {{ call $.T "delete_account"}} + {{ call $.T "delete_account"}} {{end}} {{end}} {{end}}