Files @ 2fbc85db8e1b
Branch filter:

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

Christopher Neugebauer
Increases margin on tight-headings so that there isn’t interaction between two adjacent H1/H2 blocks
1
2
3
4
5
6
from django.contrib import admin

from .models import TalkProposal


admin.site.register(TalkProposal)