]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/wiki/edit.xml
Revert "Fixes #2966"
[factor.git] / extra / webapps / wiki / edit.xml
index 057b7f8f7129d8e0886e075bea0ea58675c7e7e4..7c6435706f5a3c24545097031444c2099f842269 100644 (file)
@@ -4,14 +4,23 @@
 
        <t:title>Edit: <t:label t:name="title" /></t:title>
 
-       <t:form t:action="$wiki/edit" t:for="title">
+       <t:form t:action="$wiki/submit" t:for="title">
 
                <p>
-                       <t:textarea t:name="content" t:rows="30" t:cols="80" />
+                       <t:textarea t:name="content" t:rows="30" />
                </p>
 
                <p>
-                       <input type="submit" value="Save" />
+                       Describe this revision:
+                       <t:field t:name="description" t:size="60" />
+               </p>
+
+               <p>
+                       <t:recaptcha />
+               </p>
+
+               <p>
+                       <button type="submit">Save</button>
                </p>
 
        </t:form>