Files @ 4c2d11e8d7cb
Branch filter:

Location: kallithea/requirements.txt

Mads Kiilerich
style: restore styling for 'error-message' class, used by formencode htmlfill

35d3a85fc650 removed some CSS styling that still is needed for reporting
errors, for example invalid username/password in the login form.

The htmlfill library injects messages with 'error-message' class on errors,
like:
<span class="error-message">Please enter an integer value</span>

There is however nothing that adds the 'success' class.
1
2
3
4
# requirements.txt file for use as "pip install -r requirements.txt" as a
# readthedocs compatible alternative to "pip install -e ." which is a working
# alternative to "setup.py develop" which doesn't work with Mercurial 3.7
.