code: rudimentary implementation of detail and create

This commit is contained in:
2024-01-27 17:42:20 +01:00
parent d1c98516a8
commit c439220409
11 changed files with 236 additions and 68 deletions
+11 -1
View File
@@ -1 +1,11 @@
Item Detail.
{% extends "admin/base.jinja" %}
{% block content %}
{% if item %}
{{item.fields}}
{% else %}
No Item found.
{% endif %}
{% endblock content %}