diff --git a/tests/login_required_routes/template.html b/tests/login_required_routes/template.html new file mode 100644 index 00000000..08fba333 --- /dev/null +++ b/tests/login_required_routes/template.html @@ -0,0 +1,40 @@ + + +
+ + +Endpoint | +Methods | +Login Required | +||
---|---|---|---|---|
{{ route.endpoint }} | +{{ route.methods }} | + {% if route.login_required %} +yes | + {% elif 'static' in route.endpoint or 'login' in route.endpoint or 'admin_autologin' in route.endpoint or 'logout' in route.endpoint or 'open_panel' in route.endpoint %} +no | + {% else %} +no | + {% endif %} +