lagt inn litt grunnleggende css i base/main.html
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
{% extends "base/main.html" %}
|
||||
|
||||
{%block title%}
|
||||
Worblehat 0.1: {{ book.title }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
Title: {{ book.title }} <br>
|
||||
{% if book.subtitle %}
|
||||
Subtitle: {{ book.subtitle }} <br>
|
||||
@@ -6,3 +13,4 @@ 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 %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user