diff options
author | luxagraf <sng@luxagraf.net> | 2019-02-12 16:55:27 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-02-12 16:55:27 -0600 |
commit | a709ed5821ededd4295226f31f94f9339c2b1200 (patch) | |
tree | 4630313c62881652f202ef659a089a80bff45169 | |
parent | d0b33a3db58427caabcb2d5f6e606f7997beb1f9 (diff) |
fixed a minor problem with email templates
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | design/templates/lttr/message/subscribe.html | 4 |
2 files changed, 2 insertions, 6 deletions
@@ -1,4 +0,0 @@ -ToDo: - -make notes sync with notes git repo so I can have same notes online and on laptop. - - start with git to DB diff --git a/design/templates/lttr/message/subscribe.html b/design/templates/lttr/message/subscribe.html index db4ed97..3ed34db 100644 --- a/design/templates/lttr/message/subscribe.html +++ b/design/templates/lttr/message/subscribe.html @@ -18,7 +18,7 @@ https://{{ domain }}{{ url }} {% endblocktrans %} -cheers -Scott +<p>cheers<br /> +Scott</p> </body> </html> |