{% extends "base_title.html" %} {% load staticfiles %} {% block extra_head %} <link type="text/css" rel="stylesheet" href="{% static "css/bda.css" %}" /> {% endblock %} {% block realcontent %} <h1>Revente de place</h1> <p class="success">Votre offre de revente de {{ places }} pour {{ show.title }} le {{ show.date_no_seconds }} ({{ show.location }}) à {{ show.price }}€ a bien été envoyée.</p> {% endblock %}