diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/error.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/template/error.html b/template/error.html index d9d4eb1..ef454ab 100644 --- a/template/error.html +++ b/template/error.html @@ -8,8 +8,10 @@ <body> <TMPL_IF NAME=NAME> <p>This is the <span class="error"><TMPL_VAR NAME=NAME></span> page. - You are not suppose to see this. If you think it is a bug, please - report it to <a href="mailto:admin@fripost.org">admin@fripost.org</a>. + <TMPL_IF NAME=EMAIL> + You are not suppose to see this. If you think it is a bug, please + report it to <a href="mailto:<TMPL_VAR NAME=EMAIL>"><TMPL_VAR NAME=EMAIL></a>. + </TMPL_IF> </p> </TMPL_IF> |