#26 Annual conservation reports

* enhances TimespanReportForm control rendering
* adds/updates translations
This commit is contained in:
2021-10-20 13:41:32 +02:00
parent c45198e825
commit 6b152616dd
6 changed files with 47 additions and 41 deletions

View File

@@ -22,7 +22,7 @@
</div>
{% if form.render_submit %}
<div class="modal-footer">
<button type="submit" class="btn btn-default">{% trans 'Continue' %}</button>
<button type="submit" class="btn btn-default" title="{{form.action_btn_label}}">{{form.action_btn_label}}</button>
</div>
{% endif %}
</form>