fix: stack settings page title
This commit is contained in:
parent
75d72460ae
commit
44ed832fd7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{% extends "root.html" %} {% block head %}
|
{% extends "root.html" %} {% block head %}
|
||||||
<title>Community settings - {{ config.name }}</title>
|
<title>Stack settings - {{ config.name }}</title>
|
||||||
{% endblock %} {% block body %} {{ macros::nav() }}
|
{% endblock %} {% block body %} {{ macros::nav() }}
|
||||||
<main class="flex flex-col gap-2">
|
<main class="flex flex-col gap-2">
|
||||||
<div class="pillmenu">
|
<div class="pillmenu">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue