You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/templates/admin/submit_line.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
{% if show_save_and_next %}<inputtype="submit" value="{% trans 'Save and view next one' %}" name="_save_next">{% endif %}
13
13
{% if show_save_and_add_another %}<inputtype="submit" value="{% trans 'Save and add another' %}" name="_addanother">{% endif %}
14
14
{% if show_save_and_continue %}<inputtype="submit" value="{% if can_change %}{% trans 'Save and continue editing' %}{% else %}{% trans 'Save and view' %}{% endif %}" name="_continue">{% endif %}
15
+
{% if show_approve_user %}<inputtype="submit" value="{% trans 'Approve user' %}" name="_approve_user">{% endif %}
15
16
{% if show_close %}<ahref="{% url opts|admin_urlname:'changelist' %}" class="closelink">{% trans 'Close' %}</a>{% endif %}
0 commit comments