Files @ daac0fdd6043
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/proposals/admin.py

Brett Smith
templates: Render payment buttons at the bottom of invoices.

In addition to the top, to better follow modern convention.
1
2
3
4
5
6
from django.contrib import admin

from .models import TalkProposal


admin.site.register(TalkProposal)