css and removing the "left" and "right" classes from templates
This commit is contained in:
@ -16,20 +16,7 @@
|
||||
*/
|
||||
#}
|
||||
<div{{ attributes.addClass('oc_actor') }}>
|
||||
<div class="oc_entity">
|
||||
<div class="left">
|
||||
{% for field in fields_other_than_contact_details %}
|
||||
{{ field }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="right">
|
||||
<div id ="contact_details">
|
||||
<h2>Contact Details</h2>
|
||||
<a class="field" href="/opencase/oc_actor/{{ id }}/contact_details_history">See history</a>
|
||||
{% for field in contact_details %}
|
||||
{{ field }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% if content %}
|
||||
{{- content -}}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user