From a267de08672e2498e8be757bce38f6dcd95e2bd7 Mon Sep 17 00:00:00 2001
From: Stephan Porada
Date: Tue, 24 Sep 2019 16:21:22 +0200
Subject: [PATCH] Add cancel button to delete modal.
---
app/templates/admin/admin_user_page.html.j2 | 3 ++-
app/templates/main/corpora/corpus.html.j2 | 3 ++-
app/templates/main/jobs/job.html.j2 | 3 ++-
app/templates/profile/index.html.j2 | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/app/templates/admin/admin_user_page.html.j2 b/app/templates/admin/admin_user_page.html.j2
index 74c2a106..01944235 100644
--- a/app/templates/admin/admin_user_page.html.j2
+++ b/app/templates/admin/admin_user_page.html.j2
@@ -26,7 +26,8 @@
All associated jobs and job files will be permanently deleted.
diff --git a/app/templates/main/corpora/corpus.html.j2 b/app/templates/main/corpora/corpus.html.j2
index ffa129f3..2751e4e2 100644
--- a/app/templates/main/corpora/corpus.html.j2
+++ b/app/templates/main/corpora/corpus.html.j2
@@ -92,7 +92,8 @@
All files will be permanently deleted.
diff --git a/app/templates/main/jobs/job.html.j2 b/app/templates/main/jobs/job.html.j2
index dafcbd05..fb440726 100644
--- a/app/templates/main/jobs/job.html.j2
+++ b/app/templates/main/jobs/job.html.j2
@@ -133,7 +133,8 @@
All iput and output files will be permanently deleted.
diff --git a/app/templates/profile/index.html.j2 b/app/templates/profile/index.html.j2
index bb4e8bb7..300abc7b 100644
--- a/app/templates/profile/index.html.j2
+++ b/app/templates/profile/index.html.j2
@@ -89,7 +89,8 @@