CentreForDigitalHumanities / CentreForDigitalHumanities/django-shared-core
Add some styling to non-field-errors
Open
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Currently in form_template.html, non-field errors receive basically no styling, which can cause some ugly results, when using these. It would be nice, if there is at least some simple styling for these.
My quick suggestion, is something like this:
```
{% if errors %}
- {{ err }}
{% for err in errors %}
{% endfor %}
{% endif %}
```
Which results, in something like this:

Maybe a nice starting point.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.