Fix typo in portfolio guide

This commit is contained in:
steven jacobs 2015-12-23 23:37:05 -05:00
parent 46c71b7b19
commit fdfa3968c5
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 %}