Changeset - fbefff60a6a4
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 12 months ago 2023-04-24 02:38:48
ben@sturm.com.au
Update talk materials license
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/proposals/models.py
Show inline comments
...
 
@@ -81,8 +81,8 @@ class Proposal(ProposalBase):
 
        help_text="I allow Software Freedom Conservancy to release any other material "
 
        "(such as slides) from presentations covered by this proposal, under "
 
        "the <a "
 
        "href='https://creativecommons.org/licenses/by-sa/3.0/au/deed.en'> "
 
        "Creative Commons Attribution-Share Alike Australia 3.0 Licence</a>"
 
        "href='https://creativecommons.org/licenses/by-sa/4.0/'> "
 
        "Creative Commons Attribution-ShareAlike 4.0 International</a>"
 
    )
 

	
 
    primary_topic = models.IntegerField(
0 comments (0 inline, 0 general)