nicer bigtext editor

This commit is contained in:
2021-03-04 02:57:25 +01:00
parent f240e85c20
commit ad6683adec
10 changed files with 51 additions and 11 deletions
@@ -30,9 +30,7 @@
{{ property.model.name }}
</th>
{% endif %}
<td title="{{value.id}}">
{{ value.value | print_typed_value }}
</td>
<td title="{{value.id}}" class="text-pre">{{ value.value | print_typed_value }}</td>
</tr>
{% endfor %}
{% endfor %}