concerto/templates: trivial fix

This commit is contained in:
Thomas NOËL 2014-10-20 21:54:32 +02:00
parent 7478c5a72b
commit 64ae12112c
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
{% extends "passerelle/manage.html" %}
{% block more-user-links %}
{{ block.super }}
{% if object.id %}
<a href="{% url 'concerto-view' slug=object.slug %}">{{ object.title }}</a>
{% endif %}
{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends "gdc/base.html" %}
{% extends "concerto/base.html" %}
{% load i18n passerelle %}
{% block appbar %}