feat(base): create detail view templates

purpose is to aid in the development of a detail form

#22 #24 #226
This commit is contained in:
2024-08-14 00:02:25 +09:30
parent 6a23845a4f
commit 3f117f9d83
10 changed files with 422 additions and 55 deletions

View File

@ -14,6 +14,7 @@
<link rel="stylesheet" href="{% static 'base.css' %}">
<link rel="stylesheet" href="{% static 'code.css' %}">
<link rel="stylesheet" href="{% static 'content.css' %}">
<script src="{% static 'functions.js' %}"></script>
{% endif %}
</head>