Fix tag order

This commit is contained in:
Michal Čihař 2012-03-01 14:12:45 +01:00
parent 679ad864fd
commit 8ec07f4f35

View File

@ -1,12 +1,12 @@
{% extends "base.html" %}
{% load i18n %}
{% block content %}
{% block breadcums %}
<li><a href="{{ object.get_absolute_url }}">{{ object }}</a></li>
{% endblock %}
{% block content %}
{% include "project_info.html" %}
<h2>{% trans "Subprojects" %}</h2>