Déplace les templates dans les apps

This commit is contained in:
Basile Clement 2016-05-26 02:59:05 +02:00
parent c5db003842
commit 8408942d41
71 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{% extends "base_title.html" %}
{% block realcontent %}
<h2>{{ spectacle }}</h2>
<textarea style="width: 100%; height: 100px; margin-top: 10px;">
{% for attrib in spectacle.attribues.all %}{{ attrib.participant.user.email }}, {% endfor %}</textarea>
{% endblock %}