Detail view adjustments

* adds EMA and eco account conservation office data to detail views
* adds line break in header of detail views
* adds/updates translations
This commit is contained in:
mipel
2021-08-19 14:04:44 +02:00
parent e4961f804b
commit 227cb60f42
6 changed files with 139 additions and 67 deletions

View File

@@ -15,7 +15,7 @@
<div id="detail-header" class="row">
<div class="col-sm-12 col-md-12 col-lg-6">
<h3>{% trans 'Intervention' %} {{intervention.identifier}}</h3>
<h3>{% trans 'Intervention' %}<br> {{intervention.identifier}}</h3>
</div>
<div class="col-sm-12 col-md-12 col-lg-6">
{% include 'intervention/detail/includes/controls.html' %}