Skip to content

Commit

Permalink
Merge 2c336ce into 4ec3eed
Browse files Browse the repository at this point in the history
  • Loading branch information
smdirr committed Nov 27, 2017
2 parents 4ec3eed + 2c336ce commit 46a508f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabbed_admin/templates/tabbed_admin/change_form.html
Expand Up @@ -92,7 +92,7 @@

{% block submit_buttons_bottom %}{% submit_row %}{% endblock %}

{% if adminform and add %}
{% if adminform and add and admin_form.first_field %}
<script type="text/javascript">document.getElementById("{{ adminform.first_field.id_for_label }}").focus();</script>
{% endif %}

Expand Down

0 comments on commit 46a508f

Please sign in to comment.