... |
... |
@@ -1,4 +1,5 @@ |
1 |
1 |
{{velocity}} |
|
2 |
+{{html clean="false"}} |
2 |
2 |
<form action="$xwiki.getURL('Help.Applications.AntiWhiteIncidents.Code.TemplateProvider', 'createfromtemplate')"> |
3 |
3 |
<input type="hidden" name="space" value="Help.Applications.AntiWhiteIncidents"/> |
4 |
4 |
<input type="hidden" name="template" value="Help.Applications.AntiWhiteIncidents.Code.TemplateProvider"/> |
... |
... |
@@ -7,5 +7,6 @@ |
7 |
7 |
<input type="hidden" name="xredirect" value="$doc.getURL()"/> |
8 |
8 |
<input type="submit" value="Submit a Report"/> |
9 |
9 |
</form> |
|
11 |
+{{/html}} |
10 |
10 |
{{/velocity}} |
11 |
11 |
|