Skip to content

Commit

Permalink
style: adjust code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoern-m committed Feb 7, 2025
1 parent 1669085 commit e3dd93e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/mail/templates/email_verification.html.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{define "content"}}
{{t "email_verification_text" .}}

{{ template "code" .Code }}
{{template "code" .Code}}

{{t "ttl_text" .}}
{{end}}
2 changes: 1 addition & 1 deletion backend/mail/templates/login.html.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{define "content"}}
{{t "login_text" .}}

{{ template "code" .Code }}
{{template "code" .Code}}

{{t "ttl_text" .}}
{{end}}
2 changes: 1 addition & 1 deletion backend/mail/templates/recovery.html.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{define "content"}}
{{t "recovery_text" .}}

{{ template "code" .Code }}
{{template "code" .Code}}

{{t "ttl_text" .}}
{{end}}

0 comments on commit e3dd93e

Please sign in to comment.