Skip to content

Commit

Permalink
disable italiciser, sentence caser in provision mode for now
Browse files Browse the repository at this point in the history
  • Loading branch information
goose-life committed Dec 7, 2024
1 parent c8d4b63 commit 646508a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions indigo_app/templates/indigo_api/document/_toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@
<a class="dropdown-item {% if provision_eid %}disabled{% endif %}"
href="#references-modal" data-bs-toggle="modal"
>{% trans "References..." %}</a>
<a class="dropdown-item" href="#italics-modal" data-bs-toggle="modal">{% trans "Italicised terms..." %}</a>
<a class="dropdown-item {% if provision_eid %}disabled{% endif %}"
href="#italics-modal" data-bs-toggle="modal"
>{% trans "Italicised terms..." %}</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#" id="sentence-caser">
<span class="sentence-case-headings">{% trans "Make headings Sentence case" %}</span>
</a>
<a class="dropdown-item {% if provision_eid %}disabled{% endif %}"
href="#" id="sentence-caser"
><span class="sentence-case-headings">{% trans "Make headings Sentence case" %}</span></a>
{% endblock %}
</div>
</div>
Expand Down

0 comments on commit 646508a

Please sign in to comment.