Commit 837a0ea9 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

passing isAuthenticated param to mailinglsts

parent b32b5696
Pipeline #527 passed with stage
in 7 seconds
...@@ -573,7 +573,9 @@ module.exports = function (app, config, passport, i18n) { ...@@ -573,7 +573,9 @@ module.exports = function (app, config, passport, i18n) {
project_title: mailinglistOverview[i].project_title project_title: mailinglistOverview[i].project_title
}); });
} }
res.render(lang+'/mailinglists', { res.render(lang+'/mailinglists', {
isUserAuthenticated: req.isAuthenticated(),
user: req.user, user: req.user,
mailinglists: allMailingLists mailinglists: allMailingLists
}); });
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment