Calling tools index URL directly is not allowed.
()
| 83 | |
| 84 | @blueprint.route("/") |
| 85 | def index(): |
| 86 | """Calling tools index URL directly is not allowed.""" |
| 87 | return bad_request(gettext('This URL cannot be requested directly.')) |
| 88 | |
| 89 | |
| 90 | @blueprint.route("/translations.js") |
nothing calls this directly
no test coverage detected