mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-19 18:31:54 +00:00
11 lines
310 B
HTML
11 lines
310 B
HTML
{% extends "admin/submit_line.html" %}
|
|
{% load i18n admin_urls %}
|
|
{% block submit-row %}
|
|
{% if show_publish %}
|
|
<input type="submit"
|
|
value="{% translate 'Publish' %}"
|
|
class="default"
|
|
name="_publish"/>
|
|
{% endif %}
|
|
{{ block.super }}
|
|
{% endblock %}
|