From 79b190f271ed42c56cecf8af8da1a2e144105526 Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Tue, 8 Sep 2020 11:34:54 +0200
Subject: [PATCH] Adding missing new files

---
 src/includes/contributor/profile/delete.pug | 8 ++++++++
 src/includes/searcher/profile/delete.pug    | 8 ++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 src/includes/contributor/profile/delete.pug
 create mode 100644 src/includes/searcher/profile/delete.pug

diff --git a/src/includes/contributor/profile/delete.pug b/src/includes/contributor/profile/delete.pug
new file mode 100644
index 00000000..2bff4856
--- /dev/null
+++ b/src/includes/contributor/profile/delete.pug
@@ -0,0 +1,8 @@
+div.block_log.block_creat_count.no_shadow
+    solid-link(class="backlink", next="contributor-account")
+        i.fas.fa-times
+
+    div#delete-contributor
+        h2 Delete your account
+        p To delete your account, please send an email to ask for it including either your email or your username to : #[a(href="mailto:coopedia@starter.coop") coopedia@starter.coop]
+        
\ No newline at end of file
diff --git a/src/includes/searcher/profile/delete.pug b/src/includes/searcher/profile/delete.pug
new file mode 100644
index 00000000..727b9fd3
--- /dev/null
+++ b/src/includes/searcher/profile/delete.pug
@@ -0,0 +1,8 @@
+div.block_log.block_creat_count.no_shadow
+    solid-link(class="backlink", next="searcher-account")
+        i.fas.fa-times
+
+    div#delete-searcher
+        h2 Delete your account
+        p To delete your account, please send an email to ask for it including either your email or your username to : #[a(href="mailto:coopedia@starter.coop") coopedia@starter.coop]
+        
\ No newline at end of file
-- 
GitLab