Custom Query (1174 matches)
Results (154 - 156 of 1174)
| 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
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. |
|||
