Add title to pages.
[WoTNS.git] / src / main / java / net / pterodactylus / wotns / ui / web / AddTargetPage.java
index fb44cb5..64b134c 100644 (file)
@@ -41,7 +41,7 @@ public class AddTargetPage extends BasicPage {
         * @param template
         */
        public AddTargetPage(Template template, WebInterface webInterface) {
-               super(webInterface, "addTarget.html", template);
+               super(webInterface, "addTarget.html", null, template);
        }
 
        /**