aboutsummaryrefslogtreecommitdiffstats
path: root/template/error.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-02 02:45:05 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-02 02:47:47 +0200
commit742c9938af740b9ba758f4b03909f30106b285a5 (patch)
tree58138e66695572c9a52164560b281c856d4a51b1 /template/error.html
parentec2ed6c255ca97f39d4a58071f8558744bd9958d (diff)
Use global configuration files.
Diffstat (limited to 'template/error.html')
-rw-r--r--template/error.html6
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>