Skip to content

Commit

Permalink
fixup! Extend django admin templates
Browse files Browse the repository at this point in the history
  • Loading branch information
balazs-endresz committed Nov 5, 2024
1 parent fe44426 commit d81c34a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions rosetta/static/admin/rosetta/css/rosetta.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ div.submit-row {
}
p.paginator {
padding: 15px 0;
display: block;
}
p.paginator input {
padding: 15px;
Expand Down
9 changes: 1 addition & 8 deletions rosetta/templates/rosetta/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@
{% blocktrans with rosetta_i18n_pofile.percent_translated as percent_translated %}Progress: {{ percent_translated }}%{% endblocktrans %}
</div>
{% if not rosetta_i18n_write %}<p class="errornote read-only">{% trans "File is read-only: download the file when done editing!" %}</p>{% endif %}
{% if messages %}
<div class="messages errornote save-conflict">
{% for message in messages %}
<p class="{{ message.tags }}">{{ message|linebreaks }}</p>
{% endfor %}
</div>
{% endif %}
<div id="user-tools">
<p>
<a href="{% url 'rosetta-file-list' po_filter=po_filter %}">{% trans "Pick another file" %}</a> /
Expand Down Expand Up @@ -140,7 +133,7 @@ <h1>{% blocktrans %}Translate into {{ rosetta_i18n_lang_name }}{% endblocktrans


{% if needs_pagination %}
{% trans "Skip to page:" %}
{% trans "Skip to page:" %} &nbsp;
{% for i in page_range %}
{% if i == '...' %}
<span class="space">{{ i }}</span>
Expand Down

0 comments on commit d81c34a

Please sign in to comment.