Add more components + base for history

This commit is contained in:
2024-10-01 15:42:18 +02:00
parent fb4d566007
commit 8f9c83dc2a
38 changed files with 1374 additions and 665 deletions
@@ -0,0 +1 @@
{% extends "base_components/glist/template.html" %}
@@ -0,0 +1,8 @@
{% extends "base_components/glist/vue.js" %}
{% load main %}
{% block component %}
{% define 'items' 'items' %}
{% define 'show_url' 'PropertyDetail' %}
{{ block.super }}
{% endblock %}