cleaner structure

This commit is contained in:
Matthias 2021-08-04 19:44:01 +02:00
parent efd4644045
commit 3ecb1e6577
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -71,6 +71,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col">
<form action="{% url 'set_language' %}" method="post"> <form action="{% url 'set_language' %}" method="post">
{% csrf_token %} {% csrf_token %}
<input name="next" type="hidden" value="{% url 'settings' %}"> <input name="next" type="hidden" value="{% url 'settings' %}">
@ -90,8 +91,11 @@
<input type="submit" value="{% trans 'Set Language' %}" class="btn btn btn-primary"> <input type="submit" value="{% trans 'Set Language' %}" class="btn btn btn-primary">
</div> </div>
</form> </form>
<h3>{% trans "Help the translation efforts!" %}</h3> </div>
<p>{% blocktrans with link="https://crowdin.com/project/inventree" %}Native language translation of the InvenTree web application is <a href="{{link}}">community contributed via crowdin</a>. Contributions are welcomed and encouraged.{% endblocktrans} %}</p> <div class="col">
<h4>{% trans "Help the translation efforts!" %}</h4>
<p>{% blocktrans with link="https://crowdin.com/project/inventree" %}Native language translation of the InvenTree web application is <a href="{{link}}">community contributed via crowdin</a>. Contributions are welcomed and encouraged.{% endblocktrans %}</p>
</div>
</div> </div>
{% endblock %} {% endblock %}