This commit is contained in:
2023-01-01 19:51:38 +01:00
commit dca8c8b4f0
39 changed files with 697 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<header>
<a href="{% url 'home' %}">Home</a> |
<a href="{% url 'about' %}">About</a> |
<a href="{% url 'tenants' %}">Tenants</a>
</header>
{% block content %} {% endblock content %}