Fixed activation title template
authorLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Fri, 3 Feb 2012 17:45:00 +0000 (19:45 +0200)
committerLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Fri, 3 Feb 2012 17:45:00 +0000 (19:45 +0200)
templates/error.html

index 0884b6b..a6a79e2 100644 (file)
@@ -1,7 +1,7 @@
 {% load i18n %}
 <html>
 <head>
-<title>Error</title>
+<title>{% if error %}{% if inactive %}Activation Pending{% else %}Error{% endif %}{% endif %}</title>
 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
 <META HTTP-EQUIV="Expires" CONTENT="-1">
 <script src="/static/js/jquery.min.js" type="text/javascript"></script>