]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/wiki/confirm-restore.html
wiki: Allow adding a comment when a page is being restored
[ipfire.org.git] / src / templates / wiki / confirm-restore.html
index f9acfaed9c747ef712899cdc48667344db6d7c8e..7bebd42c155273e0291d7c3ce7fd1f64dd37bc32 100644 (file)
                                        <input type="hidden" name="path" value="{{ page.page }}">
                                        <input type="hidden" name="revision" value="{{ page.timestamp.isoformat() }}">
 
+                                       <div class="form-group">
+                                               <input class="form-control" type="text" name="comment"
+                                                       placeholder="{{ _("Comment") }}">
+                                       </div>
+
                                        <button type="submit" class="btn btn-warning btn-block">
                                                {{ _("Restore") }}
                                        </button>