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

typo in mailinglist render

1 merge request!2Mlab 56
Pipeline #524 passed with stage
in 7 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -573,7 +573,7 @@ module.exports = function (app, config, passport, i18n) { ...@@ -573,7 +573,7 @@ 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', {
user: req.user, user: req.user,
mailinglists: allMailingLists mailinglists: allMailingLists
}); });
......
Supports Markdown
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