From 5568da2439a8132b6de868d6cb72de66a070e4e1 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 20 Mar 2017 09:52:35 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20the=20=E2=80=98phone=E2=80=99=20compon?= =?UTF-8?q?ent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was used on the old product page to do the graphic of three phones showing three different messages. We don’t have this any more, so this ‘component’ is unused. Also removes some unused imports which were a hangover from previous versions of the product page. --- app/templates/components/phone.html | 16 ---------------- app/templates/views/signedout.html | 4 ---- 2 files changed, 20 deletions(-) delete mode 100644 app/templates/components/phone.html diff --git a/app/templates/components/phone.html b/app/templates/components/phone.html deleted file mode 100644 index dd1b72607..000000000 --- a/app/templates/components/phone.html +++ /dev/null @@ -1,16 +0,0 @@ -{% macro phone(recipient, message) %} -
-
-
-

- - Example text message - - To: {{recipient}} -

-
- {{ message }} -
-
-
-{% endmacro %} diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index 723d3c8ab..a76cb119d 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -1,7 +1,3 @@ -{% from 'components/big-number.html' import big_number %} -{% from "components/banner.html" import banner_wrapper %} -{% from "components/phone.html" import phone %} - {% extends "fullwidth_template.html" %} {% block page_title %}