From a27d47eb8bd73fb18dcbae2e07f64814b66db406 Mon Sep 17 00:00:00 2001
From: b3yond <b3yond@riseup.net>
Date: Sun, 27 Jan 2019 23:08:59 +0100
Subject: [PATCH] templates from bots/*/ are correctly imported

---
 bots/mail/settings.tpl       | 1 -
 bots/mastodon/settings.tpl   | 1 -
 bots/telegram/settings.tpl   | 1 -
 bots/twitter/settings.tpl    | 1 -
 bots/twitterDMs/settings.tpl | 1 -
 5 files changed, 5 deletions(-)

diff --git a/bots/mail/settings.tpl b/bots/mail/settings.tpl
index 4b01705..aa1e1ed 100644
--- a/bots/mail/settings.tpl
+++ b/bots/mail/settings.tpl
@@ -1,4 +1,3 @@
-% rebase('settings.tpl')
 
 <div>
     <h2>Edit your mail subscription page</h2>
diff --git a/bots/mastodon/settings.tpl b/bots/mastodon/settings.tpl
index f618e81..4e36403 100644
--- a/bots/mastodon/settings.tpl
+++ b/bots/mastodon/settings.tpl
@@ -1,4 +1,3 @@
-% rebase('settings.tpl')
 
 <section>
     <h2>Log in with Mastodon</h2>
diff --git a/bots/telegram/settings.tpl b/bots/telegram/settings.tpl
index 7b5f9a6..3939ced 100644
--- a/bots/telegram/settings.tpl
+++ b/bots/telegram/settings.tpl
@@ -1,4 +1,3 @@
-% rebase('settings.tpl')
 
 <%
 # todo: hide this part, if there is already a telegram bot connected.
diff --git a/bots/twitter/settings.tpl b/bots/twitter/settings.tpl
index 5926c8f..0847c23 100644
--- a/bots/twitter/settings.tpl
+++ b/bots/twitter/settings.tpl
@@ -1,4 +1,3 @@
-% rebase('settings.tpl')
 
 <a class='button' style="padding: 1.5em;" href="/login/twitter">
     <picture>
diff --git a/bots/twitterDMs/settings.tpl b/bots/twitterDMs/settings.tpl
index 34fbdfe..e69de29 100644
--- a/bots/twitterDMs/settings.tpl
+++ b/bots/twitterDMs/settings.tpl
@@ -1 +0,0 @@
-% rebase('settings.tpl')