Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/templates/nutriweb/spare-time.html
diff options
context:
space:
mode:
authorflorent <florent.pigout@gmail.com>2011-07-09 00:33:26 (GMT)
committer florent <florent.pigout@gmail.com>2011-07-09 00:33:26 (GMT)
commit0767eedcd06485f30ee6b00df348b22847c7c7ad (patch)
treede339586453b0b638889ec607f4ded7de2edc05a /templates/nutriweb/spare-time.html
parent89198c864831bea0a17f136b897aebc59f606166 (diff)
make the flask based tools more clean for a nicer use -> move requirement to lib dir + limit import code to the minimumHEADmaster
Diffstat (limited to 'templates/nutriweb/spare-time.html')
-rw-r--r--templates/nutriweb/spare-time.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/nutriweb/spare-time.html b/templates/nutriweb/spare-time.html
new file mode 100644
index 0000000..07af6bd
--- /dev/null
+++ b/templates/nutriweb/spare-time.html
@@ -0,0 +1,12 @@
+{% extends "layout.html" %}
+{% block title %}{{ _('Story') }}{% endblock %}
+{% block content %}
+<h1>{{ _('Story') }}</h1>
+<div id='helo'>
+</div>
+<script>
+<!--
+$('#helo').html( {{ _('JQuery is working ...') }});
+-->
+</script>
+{% endblock %}