diff --git a/pinaxcon/templates/pinax/boxes/_box_body.html b/pinaxcon/templates/pinax/boxes/_box_body.html new file mode 100644 index 0000000000000000000000000000000000000000..e28fda64dd6cdaae7e7adbbc4ce4da716634e6b4 --- /dev/null +++ b/pinaxcon/templates/pinax/boxes/_box_body.html @@ -0,0 +1,33 @@ +{% load i18n %} + +{% if form %} + +{% endif %} + +
+ {% if form %} + + + Edit this content + + {% endif %} + {{ box.content_html|safe }} +