Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f918a847
authored
Jul 03, 2026
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: correct home request definition in HTML template
1 parent
61bbdcf2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
opensipkd/base/views/templates/base.pt
opensipkd/base/views/templates/base5.pt
opensipkd/base/views/templates/base.pt
View file @
f918a84
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"en"
tal:define=
"home request.home;"
>
<html
lang=
"en"
tal:define=
"home request.home
[:-1]
;"
>
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
...
...
opensipkd/base/views/templates/base5.pt
View file @
f918a84
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"en-us"
tal:define=
"
<html
lang=
"en-us"
tal:define=
"
home request.home;
home request.home
[:-1]
;
route_name route_name|request.matched_route.name;
route_name route_name|request.matched_route.name;
css css|[];
css css|[];
js js|[];
js js|[];
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment