Fix some old tornado templates
This commit is contained in:
parent
8494744801
commit
7b83804281
@ -4,7 +4,7 @@
|
||||
|
||||
<div class='workspace-panel-container'>
|
||||
<div class='col'>
|
||||
{% include 'navigation/workspace_navigation.html.to' %}
|
||||
{% include 'navigation/workspace_navigation.html' %}
|
||||
</div>
|
||||
|
||||
<div class='col col--grow'>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<ul>
|
||||
{{ SidenavItem(
|
||||
"Projects",
|
||||
href='/workspace_projects/123456',
|
||||
href=url_for("workspaces.workspace_projects", workspace_id=123456),
|
||||
active=g.matchesPath('\/workspaces\/[A-Za-z0-9]*\/projects'),
|
||||
subnav=[
|
||||
{
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
{{ SidenavItem(
|
||||
"Members",
|
||||
href='/workspace_members/123456',
|
||||
href=url_for("workspaces.workspace_members", workspace_id=123456),
|
||||
active=g.matchesPath('\/workspaces\/[A-Za-z0-9]*\/members'),
|
||||
subnav=[
|
||||
{
|
Loading…
x
Reference in New Issue
Block a user