forked from expo/troggle
Added editing of flat pages. Added slugfields to models to refer to them.
This commit is contained in:
3
templates/options.html
Normal file
3
templates/options.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{% for value, text in items %}
|
||||
<option value="{{value}}">{{text}}</option>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user