Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/templates/nutriweb/eating.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/nutriweb/eating.html')
-rw-r--r--templates/nutriweb/eating.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/nutriweb/eating.html b/templates/nutriweb/eating.html
new file mode 100644
index 0000000..78d9dcd
--- /dev/null
+++ b/templates/nutriweb/eating.html
@@ -0,0 +1,15 @@
+{% extends "layout.html" %}
+{% block content %}
+
+{{ other_dict.word1 }}
+
+<div id='result'>
+</div>
+
+<div id='difficulty'>
+ {{ options(_, 'difficutly', ['easy', 'advanced'], '', '/eating') }}
+<div>
+<div id='difficulty-ajax'>
+ {{ options_ajax(_, 'difficutly-ajax', ['easy', 'advanced'], '', '/eating') }}
+<div>
+{% endblock %}