initial
This commit is contained in:
9
django_project/templates/base.html
Normal file
9
django_project/templates/base.html
Normal 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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user