Refs #74 -- Hide retry button if the ticket is sold out

This commit is contained in:
Raphael Michel
2015-06-25 19:25:55 +02:00
parent f04c43abdc
commit ae5eab628c
3 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ import json
import logging
from django.contrib import messages
from django.core.urlresolvers import reverse
from django.template.loader import get_template
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import ugettext as __