From 9c424d9bb6aa0eb606128bcce3e33816967a2e8d Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Tue, 22 Nov 2022 19:21:01 -0700 Subject: Add manual HTMX refresh of timelines Refs #33 --- templates/base.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 49e3909..1269fad 100644 --- a/templates/base.html +++ b/templates/base.html @@ -34,9 +34,11 @@ - - - + {% if allows_refresh %} + + + + {% endif %}
{% if not request.identity %} -- cgit v1.2.3