Commit d4adfe14 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

typo in mailinglist render

parent bd2881c2
Pipeline #524 passed with stage
in 7 seconds
......@@ -573,7 +573,7 @@ module.exports = function (app, config, passport, i18n) {
project_title: mailinglistOverview[i].project_title
});
}
res.render(lang+'mailinglists', {
res.render(lang+'/mailinglists', {
user: req.user,
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