Commit 17d898de authored by Ramiro Morales's avatar Ramiro Morales
Browse files

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

parent ff9e1161
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>