Kaydet (Commit) 17d898de authored tarafından Ramiro Morales's avatar Ramiro Morales

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

üst ff9e1161
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment