diff --git a/web/templates/settings/home.html b/web/templates/settings/home.html index b0d80d4..480261c 100644 --- a/web/templates/settings/home.html +++ b/web/templates/settings/home.html @@ -1,23 +1,126 @@ {% extends "base.html" %} -{% block body_class %}themed-bg{% endblock %} {% load static %} +{# Leave body_class empty so Classic gradient is controlled by base.html logic #} +{% block body_class %}{% endblock %} + {% block content %}
Add your settings here when you’re ready.
++ Remove your Recent Searches and Recently Viewed illustrations from the Search page. +
+ +When on, your last search terms are lightly highlighted on result pages—but only in the fields you searched.
+- Remove your Recent Searches and Recently Viewed illustrations from the Search page. -
- ++ Publish a message to show once to each user on their next search page load. +
+ + + + {% if announcements_recent %} +| ID | Title | Active? | Window | Created |
|---|---|---|---|---|
| #{{ a.id }} | +{{ a.title|default:"(untitled)" }} | +{{ a.is_current|yesno:"✅,—" }} | ++ {{ a.start_at|date:"Y-m-d H:i" }} + {% if a.end_at %} → {{ a.end_at|date:"Y-m-d H:i" }}{% endif %} + | +{{ a.created_at|date:"Y-m-d H:i" }} | +
+ View successful and failed login attempts from the last week. +
+ Open Login Attempts +Track adds, edits (with per-field changes), and deletes. Newest first, latest 100 entries.
+ Open Audit Log +When on, your last search terms are lightly highlighted on result pages—but only in the fields you searched.
-- Publish a message to show once to each user on their next search page load. -
- - - - {% if announcements_recent %} -| ID | Title | Active? | Window | Created |
|---|---|---|---|---|
| #{{ a.id }} | -{{ a.title|default:"(untitled)" }} | -{{ a.is_current|yesno:"✅,—" }} | -- {{ a.start_at|date:"Y-m-d H:i" }} - {% if a.end_at %} → {{ a.end_at|date:"Y-m-d H:i" }}{% endif %} - | -{{ a.created_at|date:"Y-m-d H:i" }} | -
- View successful and failed login attempts from the last week. -
- Open Login Attempts -Track adds, edits (with per-field changes), and deletes. Newest first, latest 100 entries.
- Open Audit Log -