Commit Graph

65 Commits (e97baed800ed9b83c5634492205318ab0c820719)

Author SHA1 Message Date
Adam Strzelecki da2585c11e Indent all templates with tabs
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.

1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
   such as {{if}} {{with}}

2. Cleans all trailing white-space

3. Adds trailing last line-break to each file
Unknwon d2808e38fe fix
Unknwon 21e13cb51e Triggere mailer for admin created accounts
Unknwon 562e47f31c finish all new template for current ones
Unknwon 9d36fc6986 finish new auth e-mails
Unknwon 373731f5e8 user gomail and new activate account email tpl
- : fallback plain text
- : add date header
- : fix encoding of header
Peter f34b04cfc0 Template for email activation email
Mathieu Gagnon 3549fb0ea8 Remove APP_LOGO setting
Tristan Storch 69e332f432 Removed trailing white spaces
Removed trailing whitespaces with

```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```

and some handwork.
Unknown 9924e65ca1 In progress of name template name constant
Unknown 02687cbdf3 Add mail notify for new collaborator
twitchyliquid64 d304a23787 Corrected grammar and spelling mistakes in templates. Normalizing to American English.
Unknown b7c3b0cc73 Add reset password, fix
Unknown 35d473f04a Finish verify email
Unknown ddbd2ce152 Add register mail tpl