fix missed parameter in new template
[websub-hub] / src / template / admin-topic-details-html.js
index 0c281e48086ef4514ea75996ec62577b0823d66d..2b9a1af7fb44400768ffa9e416084651a034c525 100644 (file)
@@ -58,5 +58,5 @@ module.exports = (ctx, options) => {
       </section>`,
   ];
 
-  return th.htmlPage(2, htmlOptions, content);
+  return th.htmlPage(2, ctx, htmlOptions, content);
 };
\ No newline at end of file