Switch database location and use mixins for CRUD

This commit is contained in:
2023-02-10 20:57:17 +00:00
parent 115c6dd1ad
commit df273a6009
13 changed files with 16 additions and 798 deletions

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load static %}
{% block content %}
{% include 'partials/notify.html' %}
{% include 'mixins/partials/notify.html' %}
<script src="{% static 'tabs.js' %}"></script>
<style>
.icon { border-bottom: 0px !important;}