lagt til litt templates

This commit is contained in:
2011-03-05 20:30:03 +00:00
parent fdb67788c6
commit d79e5299af
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Title: {{ book.title }} <br>
{% if book.subtitle %}
Subtitle: {{ book.subtitle }} <br>
{% endif %}
ISBN: {{ book.isbn }} <br>
{% for person in people %}
{{ person.relation }} : <a href=/person/{{person.person.id}}>{{ person.person.first_name }} {{ person.person.last_name }}</a> <br>
{% endfor %}