Merge pull request #22 from stvnjacobs/patch-1

Fix typo in portfolio guide
This commit is contained in:
Armin Ronacher 2015-12-24 21:01:30 +01:00
commit 82b0d2ac19
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ For the detail page we show all information we know about:
{% block title %}{{ this.name }} ({{ this.date.year }}){% endblock %} {% block title %}{{ this.name }} ({{ this.date.year }}){% endblock %}
{% block body %} {% block body %}
<h1>{{ this.name }}</h1> <h1>{{ this.name }}</h1>
<dt> <dl>
<dt>Date <dt>Date
<dd>{{ this.date|dateformat }} <dd>{{ this.date|dateformat }}
{% if this.website %} {% if this.website %}