diff options
| author | 2024-04-11 11:45:53 +0200 | |
|---|---|---|
| committer | 2024-04-11 11:45:53 +0200 | |
| commit | 9fb8a78f91adffd5f4d28df1270e407c25a7a16e (patch) | |
| tree | d68200744e28d07e75a52bb0c9f6593c86a38a91 /web/template/confirmed.tmpl | |
| parent | [performance] massively improved ActivityPub delivery worker efficiency (#2812) (diff) | |
| download | gotosocial-9fb8a78f91adffd5f4d28df1270e407c25a7a16e.tar.xz | |
[feature] New user sign-up via web page (#2796)
* [feature] User sign-up form and admin notifs
* add chosen + filtered languages to migration
* remove stray comment
* chosen languages schmosen schmanguages
* proper error on local account missing
Diffstat (limited to 'web/template/confirmed.tmpl')
| -rw-r--r-- | web/template/confirmed.tmpl | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/web/template/confirmed.tmpl b/web/template/confirmed.tmpl deleted file mode 100644 index c1633a8fb..000000000 --- a/web/template/confirmed.tmpl +++ /dev/null @@ -1,27 +0,0 @@ -{{- /* -// GoToSocial -// Copyright (C) GoToSocial Authors admin@gotosocial.org -// SPDX-License-Identifier: AGPL-3.0-or-later -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. -// -// You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see <http://www.gnu.org/licenses/>. -*/ -}} - -{{- with . }} -<main> - <section> - <h1>Email Address Confirmed</h1> - <p>Thanks {{ .username -}}! Your email address <b>{{- .email -}}</b> has been confirmed.<p> - </section> -</main> -{{- end }}
\ No newline at end of file |
