root: update remaining paths for static files
This commit is contained in:
@ -31,5 +31,5 @@ passbook:
|
||||
footer_links:
|
||||
- name: Documentation
|
||||
href: https://passbook.beryju.org/docs/
|
||||
# - name: test
|
||||
# href: https://test
|
||||
- name: passbook Website
|
||||
href: https://passbook.beryju.org/
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user