Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/templates/nutriweb/eating.html
blob: 78d9dcdd543fba56b755d3abe1463bded87b0b5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 %}