Custom Query (1173 matches)
Results (154 - 156 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#156 | FIXED | Use wtforms.render_divs(form) again | ||
Description |
Due to some reasons, the call to render\_divs(form) was turned into individual calls to wtforms\_util.render\_field\_div(form.field). It is currently believed, that this is unnecessary. The idea is to - Use the normal whole form based render\_to\_multiple\_divs macro again - Make sure the ordering of fields in the rendered html stays the same (reorder fields in the individual \*/forms.py instead) Some special considerations for textareas might be needed, get in touch with cwebber concerning this part. |
|||
#157 | FIXED | Default theme should have DOCTYPE to trigger standards mode | ||
Description |
W3 validator barfs at the default theme because of this missing thing. Also, some browsers will change behaviour when they see pages that miss that. I suggest using the standard HTML5 doctype: .. raw:: html <!doctype html> Offering an patch. |
|||
#158 | FIXED | User profile wrongly nests HTML (footer lying inside content) | ||
Description |
When looking at profiles it's all wrong because of bad nesting. Found fault, patch attached. |
Note:
See TracQuery
for help on using queries.