Browse Source

fixes links on home page

Damien ACCORSI 8 years ago
parent
commit
3eae926013
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/tracim/templates/home.mak

+ 1 - 1
tracim/tracim/templates/home.mak View File

132
                             </tr>
132
                             </tr>
133
                         </thead>
133
                         </thead>
134
                         % for role in fake_api.current_user.roles:
134
                         % for role in fake_api.current_user.roles:
135
-                            ${TABLE_ROW.USER_ROLE_IN_WORKSPACE(fake_api.current_user, role, show_id=False, enable_link='/user/me/workspaces/{workspace}/enable_notifications?next_url=/home', disable_link='/user/me/workspaces/{workspace}/disable_notifications?next_url=/home')}
135
+                            ${TABLE_ROW.USER_ROLE_IN_WORKSPACE(fake_api.current_user, role, show_id=False, enable_link='/user/me/workspaces/{workspace}/enable_notifications?next_url=/home', disable_link='/user/me/workspaces/{workspace}/disable_notifications?next_url=/home', base_link='/workspaces/{workspace}')}
136
                         % endfor
136
                         % endfor
137
                     </table>
137
                     </table>
138
                 % endif
138
                 % endif