improving depot code for user and static repo examples

This commit is contained in:
2024-07-26 12:56:23 +02:00
parent 843e432ec4
commit 15e60e6325
10 changed files with 78 additions and 40 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
{% extends base|none("admin/base.jinja") %}
{% extends base|none("depot/base.jinja") %}
{% block content %}
{% if item %}
{{item.fields}}
{{item.fields}}
{% else %}
No Item found.
No Item found.
{% endif %}
{% endblock content %}