remove article meta from edit page

This commit is contained in:
James Turk 2010-03-30 14:10:13 -04:00
parent 6cfe053a19
commit c8748fca43

View File

@ -8,6 +8,9 @@
{% endif %} {% endif %}
{% endblock article_title %} {% endblock article_title %}
{% block article_meta %}
{% endblock %}
{% block article_body %} {% block article_body %}
<form method="POST" action="."> <form method="POST" action=".">
{{ form.as_ul }} {{ form.as_ul }}