From ceab95b444462093068ba14213841786a5d0ec84 Mon Sep 17 00:00:00 2001 From: 0livd <0livd@users.noreply.github.com> Date: Sun, 19 Mar 2017 18:53:09 +0100 Subject: Remove unused archive feature The archive table is not removed from the database model because it would involve a tricky migration fixes #170 --- budget/templates/create_archive.html | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 budget/templates/create_archive.html (limited to 'budget/templates/create_archive.html') diff --git a/budget/templates/create_archive.html b/budget/templates/create_archive.html deleted file mode 100644 index dd7ab86..0000000 --- a/budget/templates/create_archive.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "layout.html" %} - -{% block content %} -
-{{ forms.create_archive(form) }} -
-{% endblock %} -- cgit v1.1