summaryrefslogtreecommitdiff
path: root/templates/revert.tmpl
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-27 11:29:41 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-27 12:27:35 +0200
commit92d8aadbadb5767f41342cd2958b8662ef0b8d96 (patch)
tree430ef6d12674a27eca37dbd80f8053f12c5c37d4 /templates/revert.tmpl
parent193673fa4ca986a8503dded44019f3b0eac30084 (diff)
downloadobnam.org-92d8aadbadb5767f41342cd2958b8662ef0b8d96.tar.gz
page.tmpl: simplify lots
Drop unnecessary parts. Alwys choose html5.
Diffstat (limited to 'templates/revert.tmpl')
-rw-r--r--templates/revert.tmpl22
1 files changed, 0 insertions, 22 deletions
diff --git a/templates/revert.tmpl b/templates/revert.tmpl
deleted file mode 100644
index b5122b1..0000000
--- a/templates/revert.tmpl
+++ /dev/null
@@ -1,22 +0,0 @@
-<TMPL_VAR FORM-START>
-<div>
- <TMPL_VAR FIELD-DO>
- <TMPL_VAR FIELD-SID>
- <TMPL_VAR FIELD-REV>
-<label for="revertmessage" class="block">Optional comment about this change:</label>
- <TMPL_VAR FIELD-REVERTMESSAGE>
-</div>
-<div class="revert buttons">
-<TMPL_VAR form-submit>
-<TMPL_VAR form-cancel>
-</div>
-<TMPL_VAR FORM-END>
-<br \>
-<div class="header">
-<span>Diff being reverted:</span>
-</div>
-<div id="diff">
-<pre>
-<TMPL_VAR diff>
-</pre>
-</div>