Selaa lähdekoodia

fixes links on home page

Damien ACCORSI 7 vuotta sitten
vanhempi
commit
3eae926013
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tracim/tracim/templates/home.mak

+ 1 - 1
tracim/tracim/templates/home.mak Näytä tiedosto

@@ -132,7 +132,7 @@
132 132
                             </tr>
133 133
                         </thead>
134 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 136
                         % endfor
137 137
                     </table>
138 138
                 % endif