]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/AssurePage.java
[UPDATE-CONFIG] Use 3 hosts www, secure and static.
[gigi.git] / src / org / cacert / gigi / pages / wot / AssurePage.java
index a59b0b14edc95483d36fa198afa21a09afabb47f..8862535c97aa6a6ffd404ae49e4c48c562bb8ee9 100644 (file)
@@ -1,6 +1,7 @@
 package org.cacert.gigi.pages.wot;
 
 import java.io.IOException;
+import java.io.InputStreamReader;
 import java.io.PrintWriter;
 import java.sql.PreparedStatement;
 import java.sql.ResultSet;
@@ -27,6 +28,8 @@ public class AssurePage extends Page {
 
        public AssurePage() {
                super("Assure someone");
+               t = new Template(new InputStreamReader(
+                               AssuranceForm.class.getResourceAsStream("AssureeSearch.templ")));
 
        }