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/variable_detail.html | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 equations/templates/equations/variable_detail.html (limited to 'equations/templates/equations/variable_detail.html') diff --git a/equations/templates/equations/variable_detail.html b/equations/templates/equations/variable_detail.html new file mode 100644 index 0000000..6488de2 --- /dev/null +++ b/equations/templates/equations/variable_detail.html @@ -0,0 +1,25 @@ +{% extends "base.html" %} + +{% block title %}{{ object.name }}{% endblock %} + +{% block content %} +
+
+
+ +{% if object.description %} + +{% endif %} +{% if object.reference %} + +{% endif %} + +{% if object.unicode %} + +{% endif %} + +
Description:{{ object.description }}
Reference: + {{ object.reference }}
Raw LaTeX:
{{ object.latex }}
Unicode:{{ object.unicode }}
Symbol: + {{ object.symbol.name }} +
+{% endblock %} -- cgit v1.2.3