summaryrefslogtreecommitdiffstats
path: root/templates/options.html
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2011-06-02 19:16:16 +0100
committerMartin Green <martin.speleo@gmail.com>2011-06-02 19:16:16 +0100
commit50545af223eaee708cc465363247201123707bd3 (patch)
tree31dc3fd8ab20dba26e0276e7663c9597f1e50c4a /templates/options.html
parentede9e4a9bdfe3cfc49f53afa7347850d31f0014d (diff)
downloadtroggle-50545af223eaee708cc465363247201123707bd3.tar.gz
troggle-50545af223eaee708cc465363247201123707bd3.tar.bz2
troggle-50545af223eaee708cc465363247201123707bd3.zip
Added editing of flat pages. Added slugfields to models to refer to them.
Diffstat (limited to 'templates/options.html')
-rw-r--r--templates/options.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/options.html b/templates/options.html
new file mode 100644
index 0000000..b1d3d97
--- /dev/null
+++ b/templates/options.html
@@ -0,0 +1,3 @@
+{% for value, text in items %}
+<option value="{{value}}">{{text}}</option>
+{% endfor %}