Skip to content

Commit

Permalink
Missed to convert one MEDIA_URL into STATIC_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
maraujop committed May 19, 2011
1 parent 3193f82 commit 3982007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uni_form/templatetags/uni_form_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ def uni_form_setup(context):
these files are loaded.
"""
if 'STATIC_URL' not in context:
context['STATIC_URL'] = settings.MEDIA_URL
context['STATIC_URL'] = settings.STATIC_URL
return (context)

0 comments on commit 3982007

Please sign in to comment.