added more translations

This commit is contained in:
Kaibu
2021-11-07 17:32:43 +01:00
parent 195a13f825
commit 4288d76afd
30 changed files with 3547 additions and 2549 deletions

View File

@@ -17,7 +17,7 @@
</p>
<form method="POST" class="post-form">{% csrf_token %}
{{ form|crispy }}
<input type="submit" value="Submit" class="btn btn-success">
<input type="submit" value="{% trans 'Save' %}" class="btn btn-success">
<a href="{% url 'list_storage' %}"><button type="button" class="btn btn-primary">{% trans 'Manage External Storage' %}</button></a>
</form>