diff --git a/web/templates/settings/home.html b/web/templates/settings/home.html index 480261c..20838cd 100644 --- a/web/templates/settings/home.html +++ b/web/templates/settings/home.html @@ -1,126 +1,213 @@ {% extends "base.html" %} {% load static %} -{# Leave body_class empty so Classic gradient is controlled by base.html logic #} +{# Let base.html control gradients via theme #} {% 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.
-- Publish a message to show once to each user on their next search page load. -
- - - -- 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 -Lightly marks terms you searched for on entry pages.
+Remove Recent Searches and Recently Viewed.
+ +Superuser tools
+| 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" }} | +