root: update remaining paths for static files

This commit is contained in:
Jens Langhammer
2020-11-15 22:46:14 +01:00
parent 7be680cbe5
commit c0bfd32d39
7 changed files with 14 additions and 14 deletions

View File

@ -27,7 +27,7 @@ class BaseEvaluator:
def __init__(self):
# update passbook/policies/expression/templates/policy/expression/form.html
# update docs/policies/expression/index.md
# update website/docs/policies/expression.md
self._globals = {
"regex_match": BaseEvaluator.expr_filter_regex_match,
"regex_replace": BaseEvaluator.expr_filter_regex_replace,