fix detail template and add text to ticket if checked in

This commit is contained in:
Stephan Telling 2017-08-20 00:02:05 +02:00
parent c0c9e77532
commit 3dcb43e575
No known key found for this signature in database
GPG Key ID: D4892289F36ADA9B
2 changed files with 6 additions and 3 deletions

View File

@ -25,6 +25,9 @@
<h3>Sponsor: {{ ticket.sponsor.name }} </h3>
<img src="{{ ticket.sponsor.logo }}"></img>
{% endif %}
{% if ticket.checked_in %}
<h2>This ticket has been checked in.</h2>
{% endif %}
<center>
<img src="{{ ticket.get_qr_code_url }}"></img>

View File

@ -1,8 +1,8 @@
{% extends 'shop_base.html' %}
{% extends 'tickets_base.html' %}
{% load bootstrap3 %}
{% load shop_tags %}
{% load tickets_tags %}
{% block shop_content %}
{% block tickets_content %}
<div class="well">