# HG changeset patch
# User Sverre Rabbelier
# Date 1229214839 0
# Node ID 2dc2c65c5f76afbebd75ce48b3925eb5bb51f69a
# Parent caa143c799a76c9146b289ff769fa947dd08dd50
Converted as_table to be a template tag
This allows us to move all the HTML from python code (which made it
extremely icky and unreadable) to Django templates, which is _a lot_
more readable, and makes it feasable for HTML/CSS experts to change
the way these tables are generated.
Patch by: Sverre Rabbelier
diff -r caa143c799a7 -r 2dc2c65c5f76 app/soc/templates/soc/models/edit.html
--- a/app/soc/templates/soc/models/edit.html Sun Dec 14 00:33:41 2008 +0000
+++ b/app/soc/templates/soc/models/edit.html Sun Dec 14 00:33:59 2008 +0000
@@ -12,6 +12,7 @@
See the License for the specific language governing permissions and
limitations under the License.
{% endcomment %}
+{% load forms_helpers %}
{% block scripts %}
@@ -33,13 +34,13 @@
{% endblock %}