From a6c973337cea3e7c10ec6c1107b43a05eb1fb73f Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 24 Dec 2022 10:27:34 -0700 Subject: [PATCH] Make load more button not do a refresh --- templates/activities/home.html | 4 ++-- templates/activities/local.html | 4 ++-- templates/activities/notifications.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/activities/home.html b/templates/activities/home.html index 8d9d39c..493b120 100644 --- a/templates/activities/home.html +++ b/templates/activities/home.html @@ -23,12 +23,12 @@ {% endfor %} {% endblock %} diff --git a/templates/activities/local.html b/templates/activities/local.html index 55f9090..4430906 100644 --- a/templates/activities/local.html +++ b/templates/activities/local.html @@ -10,12 +10,12 @@ {% endfor %} {% endblock %} diff --git a/templates/activities/notifications.html b/templates/activities/notifications.html index 8b7bc13..2193b11 100644 --- a/templates/activities/notifications.html +++ b/templates/activities/notifications.html @@ -33,12 +33,12 @@ {% endfor %} {% endblock %}