Files @ d4b0b52253ae
Branch filter:

Location: symposion_app/pinaxcon/registrasion/apps.py

Joel Addison
Registrasion updates

Show applied vouchers on attendee registration admin page.
Add head title and page title to more areas.
Update the dashboard to show warning for empty categories and have
button to open voucher page.
Fix exception on attendee page when user does not have attendee object.
1
2
3
4
5
6
7
8
9
from __future__ import unicode_literals
from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _


class RegistrasionConfig(AppConfig):
    name = "pinaxcon.registrasion"
    label = "pinaxcon_registrasion"
    verbose_name = _("Pinaxcon Registrasion")