{% load compress %} {% load omblog_tags %} {% block title %}{{post.title}}{% endblock %} {% compress css %} {% endcompress %} view
Drag images into this box to upload.
{% for img in post.postimage_set.all %}
{% endfor %}

Saving

{% csrf_token %} {{form.title}}
{{form.description}}
{{form.source_content}}
{{form.status}}
{{form.slug}}
{% compress js %} {% endcompress %} {% verbatim %} {% endverbatim %}