copy: flip visible wordmark → Roundtable

Updates nav brand, page <title> blocks across all templates, and the
read-only share view footer. Removes duplicate Roundtable heading from
login card now that the nav wordmark reads correctly.
This commit is contained in:
2026-04-13 18:40:30 -04:00
parent 62d28b1032
commit 55a4fac3e9
32 changed files with 34 additions and 35 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{# roundtable/templates/settings/ansible.html #}
{% extends "base.html" %}
{% block title %}Settings — Ansible — Fabled Scryer{% endblock %}
{% block title %}Settings — Ansible — Roundtable{% endblock %}
{% block content %}
{% set active_tab = "ansible" %}
{% include "settings/_tabs.html" %}
+1 -1
View File
@@ -1,6 +1,6 @@
{# roundtable/templates/settings/auth.html #}
{% extends "base.html" %}
{% block title %}Settings — Auth — Fabled Scryer{% endblock %}
{% block title %}Settings — Auth — Roundtable{% endblock %}
{% block content %}
{% set active_tab = "auth" %}
{% include "settings/_tabs.html" %}
+1 -1
View File
@@ -1,6 +1,6 @@
{# roundtable/templates/settings/general.html #}
{% extends "base.html" %}
{% block title %}Settings — General — Fabled Scryer{% endblock %}
{% block title %}Settings — General — Roundtable{% endblock %}
{% block content %}
{% set active_tab = "general" %}
{% include "settings/_tabs.html" %}
+1 -1
View File
@@ -1,6 +1,6 @@
{# roundtable/templates/settings/index.html #}
{% extends "base.html" %}
{% block title %}Settings — Fabled Scryer{% endblock %}
{% block title %}Settings — Roundtable{% endblock %}
{% block content %}
<h1 class="page-title">Settings</h1>
<form method="post" action="/settings/">
@@ -1,6 +1,6 @@
{# roundtable/templates/settings/notifications.html #}
{% extends "base.html" %}
{% block title %}Settings — Notifications — Fabled Scryer{% endblock %}
{% block title %}Settings — Notifications — Roundtable{% endblock %}
{% block content %}
{% set active_tab = "notifications" %}
{% include "settings/_tabs.html" %}
@@ -1,6 +1,6 @@
{# roundtable/templates/settings/plugin_detail.html #}
{% extends "base.html" %}
{% block title %}{{ plugin.get('name', plugin._dir) }} Settings — Fabled Scryer{% endblock %}
{% block title %}{{ plugin.get('name', plugin._dir) }} Settings — Roundtable{% endblock %}
{% block content %}
{% set active_tab = "plugins" %}
{% include "settings/_tabs.html" %}
+1 -1
View File
@@ -1,6 +1,6 @@
{# roundtable/templates/settings/plugins.html #}
{% extends "base.html" %}
{% block title %}Settings — Plugins — Fabled Scryer{% endblock %}
{% block title %}Settings — Plugins — Roundtable{% endblock %}
{% block content %}
{% set active_tab = "plugins" %}
{% include "settings/_tabs.html" %}
+1 -1
View File
@@ -1,6 +1,6 @@
{# roundtable/templates/settings/reports.html #}
{% extends "base.html" %}
{% block title %}Settings — Reports — Fabled Scryer{% endblock %}
{% block title %}Settings — Reports — Roundtable{% endblock %}
{% block content %}
{% set active_tab = "reports" %}
{% include "settings/_tabs.html" %}