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
...
 
@@ -292,2 +292,3 @@ PROPOSAL_FORMS = {
 
    "talk": "pinaxcon.proposals.forms.TalkProposalForm",
 
    "discussion": "pinaxcon.proposals.forms.TalkProposalForm",
 
}
pinaxcon/templates/dashboard.html
Show inline comments
...
 
@@ -45,3 +45,3 @@
 
                    </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
0 comments (0 inline, 0 general)