X-Git-Url: https://git.pterodactylus.net/?p=WoTNS.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fwotns%2Fui%2Fweb%2FEditTargetPage.java;h=b8f009da425e2a2d348a7217387b9d6209e6d1d5;hp=3ee67157206e02b2a81434bbb5486d4066fa8f90;hb=e9ef6a599832031c17a61bdefa059e682fc96dd1;hpb=a626746ba02e64402514c32a5317c33fdcd7be35 diff --git a/src/main/java/net/pterodactylus/wotns/ui/web/EditTargetPage.java b/src/main/java/net/pterodactylus/wotns/ui/web/EditTargetPage.java index 3ee6715..b8f009d 100644 --- a/src/main/java/net/pterodactylus/wotns/ui/web/EditTargetPage.java +++ b/src/main/java/net/pterodactylus/wotns/ui/web/EditTargetPage.java @@ -40,7 +40,7 @@ public class EditTargetPage extends BasicPage { * @param template */ public EditTargetPage(Template template, WebInterface webInterface) { - super(webInterface, "editTarget.html", template); + super(webInterface, "editTarget.html", null, template); } /**