fix: correct home request definition in HTML template

1 parent 61bbdcf2
<!DOCTYPE html>
<html lang="en" tal:define="home request.home;">
<html lang="en" tal:define="home request.home[:-1];">
<head>
<meta charset="utf-8">
......
<!DOCTYPE html>
<html lang="en-us" tal:define="
home request.home;
home request.home[:-1];
route_name route_name|request.matched_route.name;
css css|[];
js js|[];
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!