Oops, I broke teh all rights reserved ;)
This commit is contained in:
parent
5d775ebd2f
commit
da6206c4be
@ -75,7 +75,7 @@ def edit_media(request, media):
|
|||||||
media.description_html = cleaned_markdown_conversion(
|
media.description_html = cleaned_markdown_conversion(
|
||||||
media.description)
|
media.description)
|
||||||
|
|
||||||
media.license = unicode(request.POST.get('license')) or None
|
media.license = unicode(request.POST.get('license', '')) or None
|
||||||
|
|
||||||
media.slug = unicode(request.POST['slug'])
|
media.slug = unicode(request.POST['slug'])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user