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/equation_detail.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'equations/templates/equations/equation_detail.html') diff --git a/equations/templates/equations/equation_detail.html b/equations/templates/equations/equation_detail.html index b4c3911..978b2e1 100644 --- a/equations/templates/equations/equation_detail.html +++ b/equations/templates/equations/equation_detail.html @@ -3,19 +3,25 @@ {% block title %}{{ object.name }}{% endblock %} {% block content %} -
+
+
{% if object.description %} - + +{% endif %} +{% if object.reference %} + {% endif %} {% if object.variables %} + {% if object.unicode %} {% endif %} -- cgit v1.2.3
Description:{{ object.description }}
Description:{{ object.description }} +
Reference: + {{ object.reference }}
Variables: - {% for variable in object.variables %} + {% for variable in object.variables.all %} {{ variable.name }}
{% endfor %} {% endif %} -
Raw LaTeX:{{ object.latex }}
Raw LaTeX:
{{ object.latex }}
Unicode:{{ object.unicode }}