From 05db100d28ce7c5aca7ca9810eb64372b6a948a0 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Thu, 21 Aug 2025 21:42:27 +0300 Subject: [PATCH] a --- templates/user/auth/link_account.tmpl | 52 ------------------- .../{dashboard.tmpl => _dashboard.tmpl} | 0 2 files changed, 52 deletions(-) delete mode 100644 templates/user/auth/link_account.tmpl rename templates/user/dashboard/{dashboard.tmpl => _dashboard.tmpl} (100%) diff --git a/templates/user/auth/link_account.tmpl b/templates/user/auth/link_account.tmpl deleted file mode 100644 index 3cefb3a..0000000 --- a/templates/user/auth/link_account.tmpl +++ /dev/null @@ -1,52 +0,0 @@ -{{template "base/head" .}} -
-
-
-
- -
-

- Blender Projects {{svg "octicon-arrow-both"}} - Blender ID -

-
-
- {{.CsrfTokenHtml}} - - {{template "base/alert" .}} - -
-

- Your username is {{.user_name}}, - and your email is {{.email}} -

-

- Press "Complete Registration" to continue. -

-
- -
- - -
-
- - -
- -
- -
- -
-
-
- -
-
-
-
diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/_dashboard.tmpl similarity index 100% rename from templates/user/dashboard/dashboard.tmpl rename to templates/user/dashboard/_dashboard.tmpl