show nice title for village list and detail

This commit is contained in:
Thomas Steen Rasmussen 2016-07-11 14:36:21 +02:00
parent 2bd49b3539
commit 5e151da366
2 changed files with 8 additions and 0 deletions

View file

@ -1,6 +1,10 @@
{% extends 'base.html' %}
{% load commonmark %}
{% block title %}
Village: {{ village.name }} | {{ block.super }}
{% endblock %}
{% block content %}
<h3>{{ village.name }}</h3>

View file

@ -1,5 +1,9 @@
{% extends 'base.html' %}
{% block title %}
Villages | {{ block.super }}
{% endblock %}
{% block content %}
<p>