summaryrefslogtreecommitdiffstats
path: root/templates/pad_delete.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pad_delete.html')
-rw-r--r--templates/pad_delete.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/pad_delete.html b/templates/pad_delete.html
index 14ef48c..c1925d7 100644
--- a/templates/pad_delete.html
+++ b/templates/pad_delete.html
@@ -12,9 +12,10 @@
<div class="form-group">
<div class="col-lg-offset-2 col-lg-8">
<p class="form-control-static text-center lead">
- Are you sure you want to delete the pad {{pad}} in the group {{group}}?
+ Are you sure you want to delete the pad {{pad}} in the
+ group {{group}}?
</p>
-
+
<p class="form-control-static text-center">
This will permanently delete all versions and the complete
history of the pad.
@@ -27,7 +28,9 @@
{% endfor %}
<div class="form-group">
<div class="col-lg-offset-2 col-lg-8">
- <button type="submit" class="btn btn-danger btn-lg btn-block">Delete pad {{pad}}</button>
+ <button type="submit" class="btn btn-danger btn-lg btn-block">
+ Delete pad {{pad}}
+ </button>
</div>
</div>
</form>