Changeset - 61f32ef0e0cc
[Not reviewed]
0 2 0
Brett Smith - 4 years ago 2019-09-30 15:47:46
brettcsmith@brettcsmith.org
Support multiple proposal types.
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/settings.py
Show inline comments
...
 
@@ -291,4 +291,5 @@ CONFERENCE_ID = 1
 
PROPOSAL_FORMS = {
 
    "talk": "pinaxcon.proposals.forms.TalkProposalForm",
 
    "discussion": "pinaxcon.proposals.forms.TalkProposalForm",
 
}
 
PINAX_PAGES_HOOKSET = "pinaxcon.hooks.PinaxPagesHookSet"
pinaxcon/templates/dashboard.html
Show inline comments
...
 
@@ -44,5 +44,5 @@
 
                        <i class="fa fa-pencil"></i> Edit your speaker profile
 
                    </a>
 
                    <a href="/proposals/submit/talk" class="btn btn-xs btn-default">
 
                    <a href="/proposals/submit" class="btn btn-xs btn-default">
 
                        <i class="fa fa-plus-sign"></i> Submit a new proposal
 
                    </a>
0 comments (0 inline, 0 general)