From 026a0722357d74b143ed2d974ad2d871a56041b3 Mon Sep 17 00:00:00 2001 From: Andrew Dickinson Date: Mon, 20 Apr 2020 09:30:27 -0400 Subject: Add Project History Page (#553) Co-Authored-By: Glandos All project activity can be tracked, using SQLAlchemy-continuum. IP addresses can optionally be recorded. --- ihatemoney/templates/layout.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ihatemoney/templates/layout.html') diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index 8609779..eaf13a6 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -45,6 +45,7 @@ + {% endblock %} {% endif %} -- cgit v1.1