Remove usage of deprecated module_name model option introduced in 1c0c879be3.

This commit is contained in:
Ramiro Morales 2013-09-01 09:58:33 -03:00
parent ff9e116198
commit 17d898dedd
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
<script type="text/javascript">
(function($) {
$(document).ready(function() {
$('form#{{ opts.module_name }}_form :input:visible:enabled:first').focus()
$('form#{{ opts.model_name }}_form :input:visible:enabled:first').focus()
});
})(django.jQuery);
</script>