From 345887d56fe391094a8483f2c7e3937fea2daf65 Mon Sep 17 00:00:00 2001 From: Gokuldevx Date: Thu, 28 Aug 2025 15:26:04 +0530 Subject: [PATCH] initial commit --- civicfix/templates/base.html | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 civicfix/templates/base.html diff --git a/civicfix/templates/base.html b/civicfix/templates/base.html deleted file mode 100644 index a9341b6..0000000 --- a/civicfix/templates/base.html +++ /dev/null @@ -1,16 +0,0 @@ - -{% load static %} - - - - Civixfix - {% block title %}{% endblock %} - - - - -
- {% block content %}{% endblock %} -
- - - \ No newline at end of file