Changes between Version 14 and Version 15 of NewAdminChanges
- Timestamp:
- Oct 23, 2005, 10:33:48 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewAdminChanges
v14 v15 171 171 }}} 172 172 173 == how to use this on your page == 174 you would need to add the following snippet to your template to display the editable choices in the poll form. 175 {{{ 176 {% for choice in form.choices %} 177 {{ choice.id }} 178 {{ choice.name }} 179 {{ choice.votes }} 180 {% endfor %} 181 }}} 182 173 183 == Templates == 184 174 185 175 186 A new tag, called {{{include}}}, which is an improvement on ssi parsed. See #598.