Add title to pages.
[WoTNS.git] / src / main / java / net / pterodactylus / wotns / ui / web / EnableIdentityPage.java
index 8518de7..f8d4a9d 100644 (file)
@@ -37,7 +37,7 @@ public class EnableIdentityPage extends BasicPage {
         * @param template
         */
        public EnableIdentityPage(Template template, WebInterface webInterface) {
-               super(webInterface, "enableIdentity.html", template);
+               super(webInterface, "enableIdentity.html", null, template);
        }
 
        /**