commit message
This commit is contained in:
8
templates/letting.html
Normal file
8
templates/letting.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<title>{{ title }}</title>
|
||||
<h1>{{ title }}</h1>
|
||||
<p>{{ address.number }} {{ address.street }}</p>
|
||||
<p>{{ address.city }}, {{ address.state }} {{ address.zip_code }}</p>
|
||||
<p>{{ address.country_iso_code }}</p>
|
||||
<div><a href="{% url 'lettings_index' %}">Back</a></div>
|
||||
<div><a href="{% url 'index' %}">Home</a></div>
|
||||
<div><a href="{% url 'profiles_index' %}">Profiles</a></div>
|
||||
Reference in New Issue
Block a user