]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/AssuranceForm.templ
add: country information where verification took place
[gigi.git] / src / org / cacert / gigi / pages / wot / AssuranceForm.templ
index 297397c62e34fccba775503310d42721b6044bc3..f846bc9641a69589ef0590df79fff5d6bf8fc680 100644 (file)
                <td><input type="checkbox" name="certify" value="1" required></td>
                <td><?=_I certify that ${name} has appeared in person.?></td>
        </tr>
+       <tr>
+               <td><?=_Location Country?></td>
+               <td>
+                       <?=$countryCode?>
+               </td>
+       </tr>
        <tr>
                <td><?=_Location?></td>
                <td><input class="form-control" type="text" name="location" value="<?=$location?>" required></td>