Skip to content

Commit

Permalink
Fixed more Django 1.4 incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Apr 19, 2012
1 parent edea355 commit e07ff64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion campaign/admin.py
Expand Up @@ -70,7 +70,6 @@ def form_media():
'object': obj,
'is_popup': request.REQUEST.has_key('_popup'),
'media': mark_safe(media),
'root_path': self.admin_site.root_path,
'app_label': opts.app_label,
'opts': opts,
}
Expand Down
Expand Up @@ -19,6 +19,7 @@
<div id="content-main">

<form action="" method="post">
{% csrf_token %}
<div>
<div class="module">
<div class="form-row">
Expand Down

0 comments on commit e07ff64

Please sign in to comment.