From 1546575c715b553c3488592a5aa60ad7ffddcea0 Mon Sep 17 00:00:00 2001 From: sanj Date: Sat, 17 Jul 2010 21:01:37 +0530 Subject: [PATCH] translate --- templates/play.html | 12 +++++++ templates/translate.html | 67 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 templates/play.html create mode 100644 templates/translate.html diff --git a/templates/play.html b/templates/play.html new file mode 100644 index 0000000..824ce67 --- /dev/null +++ b/templates/play.html @@ -0,0 +1,12 @@ +{% extends 'base.html' %} +{% block head %} + + + +{% endblock %} +{% block body %} + +{% endblock %} diff --git a/templates/translate.html b/templates/translate.html new file mode 100644 index 0000000..6f00cf3 --- /dev/null +++ b/templates/translate.html @@ -0,0 +1,67 @@ +{% extends 'base.html' %} + +{% block head %} + + + + + +{% endblock %} + +{% block body %} +
+
+ + +
+ +
+
+
+
+ +
+ +
+
+ + +{% endblock %} +