From 7660cb4236584e4d69b492d45133532a0a4d4791 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 12 Jul 2007 01:40:54 -0400 Subject: works? --- equations/templates/equations/symbol_list.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 equations/templates/equations/symbol_list.html (limited to 'equations/templates/equations/symbol_list.html') diff --git a/equations/templates/equations/symbol_list.html b/equations/templates/equations/symbol_list.html new file mode 100644 index 0000000..1983b3f --- /dev/null +++ b/equations/templates/equations/symbol_list.html @@ -0,0 +1,24 @@ +{% extends "base.html" %} + +{% block title %}Symbol Time!{% endblock %} + +{% block content %} +{% if object_list %} + + {% for item in object_list %} + + {% endfor %} +
+ + + + {{ item.name }}
+{% if is_paginated %}
{% if has_previous %} +<PREV +{% endif %}{% if has_next %} +NEXT> +{% endif %}{% endif %} +{% else %} +Fuck, where are they? +{% endif %} +{% endblock %} -- cgit v1.2.3