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