diff --git a/library.js b/library.js index 29ede0c..5fafee6 100644 --- a/library.js +++ b/library.js @@ -25,6 +25,7 @@ library.defineWidgetAreas = async function (areas) { const templates = [ 'categories.tpl', 'category.tpl', 'topic.tpl', 'users.tpl', 'unread.tpl', 'recent.tpl', 'popular.tpl', 'top.tpl', 'tags.tpl', 'tag.tpl', + 'login.tpl', 'register.tpl', ]; function capitalizeFirst(str) { return str.charAt(0).toUpperCase() + str.slice(1); diff --git a/templates/login.tpl b/templates/login.tpl index 9b01316..abb8b8e 100644 --- a/templates/login.tpl +++ b/templates/login.tpl @@ -1,75 +1,91 @@ +