#88 Extra biotope codes templates
* extends the detail view templates for all compensation related models to render extra CompensationState details as well * reduces number of landing page news from 4 to 3 * improves .card-text in favor of .scroll-150 * improves .card font size
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{{msg.subject}}
|
||||
</h6>
|
||||
<small>{% trans 'Published on' %} {{msg.publish_on}}</small>
|
||||
<article class="card-text">{{msg.body|safe}}</article>
|
||||
<article class="scroll-150">{{msg.body|safe}}</article>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<small> {% trans 'Published on' %} {{msg.publish_on}}</small>
|
||||
</h5>
|
||||
<small></small>
|
||||
<article class="card-text">{{msg.body|safe}}</article>
|
||||
<article class="scroll-150">{{msg.body|safe}}</article>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user