Revision 1381e2d4 templates/error.html

b/templates/error.html
79 79
				
80 80
				{% endblock %}
81 81
				{% block content %}
82
				{% if error %}<h2>Error</h2>{% endif %}
82
				{% if error %}{% if inactive %}<h2>Activation Pending</h2>{% else %}<h2>Error</h2>{% endif %}{% endif %}
83 83
				<div>
84 84
				{% if missing_attributes %}
85 85
				<p>One or more required shibboleth attributes were not released towards this service</p>
86 86
				{% endif %}
87
				<p style="color: red;">{% autoescape off %}{{error}}{% endautoescape %}</p>
87
				<p {% if not inactive %}style="color: red;"{% endif %}>{% autoescape off %}{{error}}{% endautoescape %}</p>
88 88
				{% if missing_attributes %}
89 89
				<p>
90 90
				Required shibboleth attributes:<br>

Also available in: Unified diff