Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes we override messages for the web UI, but not the commandline tools #33

Open
Bjwebb opened this issue Oct 4, 2019 · 2 comments

Comments

@Bjwebb
Copy link
Member

Bjwebb commented Oct 4, 2019

E.g.

message_safe = format_html('<code>{}</code> does not match the regex <code>{}</code>', header, e.validator_value) # noqa

This sets message_safe used by CoVE's web UI, but does not set message which is used by the CLI.

@rhiaro
Copy link
Contributor

rhiaro commented Jan 3, 2020

The human-readable strings should all be moved out of lib-cove to lib-cove-web anyway (so we can lose the django dependency from here). I'm sure there was already an issue about this but I can't find it now.

@jpmckinney
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants