Files @ cabad1c7d5f1
Branch filter:

Location: symposion_app/pinaxcon/registrasion/admin.py

James Polley
Change "Apply voucher" button into a link

I can't find the form that should be displayed here, so the simplest
thing I can do at 11pm is to make this a link. That's unsatisfying but
hopefully works.
1
2
3
4
5
from django.contrib import admin

from .models import PastEvent

admin.site.register(PastEvent)