Skip to content

Commit

Permalink
Fixes RemovedInDjango18Warning #405 in change form
Browse files Browse the repository at this point in the history
  • Loading branch information
darklow committed Sep 28, 2015
1 parent 60790bf commit 1d401ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suit/templates/admin/change_form.html
Expand Up @@ -35,7 +35,7 @@
<script>
(function ($) {
$(function () {
$("#{{ opts.module_name }}_form").suit_form_debounce();
$("#{% firstof opts.model_name opts.module_name %}_form").suit_form_debounce();
});
}(Suit.$))
</script>
Expand Down

0 comments on commit 1d401ba

Please sign in to comment.