From 40f48bb61f90bdc1b48cc1a6ba57f05f0a04a445 Mon Sep 17 00:00:00 2001 From: Phil Reese Date: Tue, 18 Feb 2025 10:56:54 -0500 Subject: [PATCH] chore: remove cache template --- .../regulations/templates/regulations/cache.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 solution/backend/regulations/templates/regulations/cache.html diff --git a/solution/backend/regulations/templates/regulations/cache.html b/solution/backend/regulations/templates/regulations/cache.html deleted file mode 100644 index 8b1f8bbb1b..0000000000 --- a/solution/backend/regulations/templates/regulations/cache.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "regulations/spa_base.html" %} - -{% load static %} - -{% block title %}Cache Explorer{% endblock %} - -{% block header %}{% endblock %} - -{% block body %} -
-{% endblock %} - -{% block footer %} -{% endblock %}