diff --git a/fabledscryer/templates/auth/login.html b/fabledscryer/templates/auth/login.html index 883c59c..7158010 100644 --- a/fabledscryer/templates/auth/login.html +++ b/fabledscryer/templates/auth/login.html @@ -4,7 +4,7 @@

Sign In

-

Where the realm's watch convenes.

+

Under Watch, Under Care.

{% if error %}
diff --git a/fabledscryer/templates/dashboard/index.html b/fabledscryer/templates/dashboard/index.html index 414f022..598f9d4 100644 --- a/fabledscryer/templates/dashboard/index.html +++ b/fabledscryer/templates/dashboard/index.html @@ -1,12 +1,11 @@ {% extends "base.html" %} {% block title %}{{ dashboard.name }} — Fabled Scryer{% endblock %} {% block content %} -

Under Watch, Under Care

{# ── Header ────────────────────────────────────────────────────────────────── #}
-

{{ dashboard.name }}

+

{{ dashboard.name }}

{% if dashboard.is_default %} Default {% endif %}