django-epiced
django-epiced copied to clipboard
EpicEditor implementation for django
Results
3
django-epiced issues
Sort by
recently updated
recently updated
newest added
Tables are output in the original markdown output. when using `{{ post.field_html|safe }}` ``` |Provider|Account Name| |---|---| |Santander|123 Current Account| |Aldermore|1 Year Fixed Rate Bond (Issue 19)| ```
I ask my self if it's possible to know if the value requested is for a field or for display in a template? This could remove the use of "field_html"...
question