add detail view
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
7f7e5be1c6
commit
9350814f57
4 changed files with 25 additions and 4 deletions
11
digital_glarus/templates/digital_glarus/detail.html
Normal file
11
digital_glarus/templates/digital_glarus/detail.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<h1>{{ message }}</h1>
|
||||
|
||||
<ul>
|
||||
<li>{{ message.name }}
|
||||
<li>{{ message.email }}
|
||||
<li>{{ message.phone_number }}
|
||||
<li>{{ message.message }}
|
||||
<li>{{ message.received_date }}
|
||||
</ul>
|
||||
|
||||
<p><a href="{% url 'digital_glarus:index' %}">Back to Main</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue