Installed grappelli inline with the source

This commit is contained in:
Roberto Rosario
2011-02-03 20:31:38 -04:00
parent bb0d884eea
commit 5ff9fe41df
710 changed files with 60677 additions and 2 deletions
@@ -0,0 +1,7 @@
{% if not module.is_empty %}
{% block module_content %}
{% for child in module.children %}
{{ child }}
{% endfor %}
{% endblock %}
{% endif %}