diff options
author | Andrew Godwin | 2022-11-16 21:12:28 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-16 21:12:28 -0700 |
commit | 1b52acdb56346d939eb2e26ff449697b52fa7142 (patch) | |
tree | 222e5a3de47db230c392f18ab983abe69eb94c5d /templates/settings/_settings_system_menu.html | |
parent | 44af0d4c59eed1c3715e9044e75c159cfddf54cc (diff) | |
download | takahe-1b52acdb56346d939eb2e26ff449697b52fa7142.tar.gz takahe-1b52acdb56346d939eb2e26ff449697b52fa7142.tar.bz2 takahe-1b52acdb56346d939eb2e26ff449697b52fa7142.zip |
Domains management pages
Diffstat (limited to 'templates/settings/_settings_system_menu.html')
-rw-r--r-- | templates/settings/_settings_system_menu.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/settings/_settings_system_menu.html b/templates/settings/_settings_system_menu.html index fb4da02..9206045 100644 --- a/templates/settings/_settings_system_menu.html +++ b/templates/settings/_settings_system_menu.html @@ -1,3 +1,5 @@ <nav> - <a href="#" {% if section == "basic" %}class="selected"{% endif %}>Basic</a> + <a href="/settings/system/basic/" {% if section == "basic" %}class="selected"{% endif %}>Basic</a> + <a href="/settings/system/domains/" {% if section == "domains" %}class="selected"{% endif %}>Domains</a> + <a href="/settings/system/users/" {% if section == "users" %}class="selected"{% endif %}>Users</a> </nav> |