diff --git a/templates/portal/access_required.html b/templates/portal/access_required.html index b6d7423..95591d0 100644 --- a/templates/portal/access_required.html +++ b/templates/portal/access_required.html @@ -1,20 +1,19 @@ {% extends "portal/base.html" %} {% block title %}Access{% endblock %} {% block content %} -
-
- +
+
+
{% if reason == "invalid" %} -

This link isn't valid

-

The access link is expired or has been revoked. - Please contact TMI for a new link.

+

This link isn't valid

+

The access link is expired or has been revoked.
Please contact TMI for a new link.

{% else %} -

Access link required

-

Open the monitoring link TMI sent you to view your locations.

+

Access link required

+

Open the monitoring link TMI sent you to view your locations.

{% endif %}
{% endblock %} diff --git a/templates/portal/base.html b/templates/portal/base.html index e771c96..36e8109 100644 --- a/templates/portal/base.html +++ b/templates/portal/base.html @@ -5,6 +5,9 @@ {% block title %}Monitoring{% endblock %} · TMI + + + @@ -25,16 +28,45 @@ {% block head %}{% endblock %} -
+
- + TMI Monitoring @@ -117,9 +151,15 @@ {{ client.name }}{% endif %} - {% if client %} - Sign out - {% endif %} +
+ + {% if client %} + Sign out + {% endif %} +
@@ -127,10 +167,23 @@ {% block content %}{% endblock %} -