From 6ec7dd607752dc750481d03ccba1e77af3f5711a Mon Sep 17 00:00:00 2001 From: Mayank Choudhary <7mayankchoudhary7@gmail.com> Date: Wed, 25 Nov 2020 02:52:46 +0530 Subject: Added a page for downloading mobile application (#688) Fixes #597 Fixes #697 Co-authored-by: Glandos --- ihatemoney/templates/download_mobile_app.html | 26 ++++++++++++++++++++++++++ ihatemoney/templates/layout.html | 5 +++-- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 ihatemoney/templates/download_mobile_app.html (limited to 'ihatemoney/templates') diff --git a/ihatemoney/templates/download_mobile_app.html b/ihatemoney/templates/download_mobile_app.html new file mode 100644 index 0000000..b343c71 --- /dev/null +++ b/ihatemoney/templates/download_mobile_app.html @@ -0,0 +1,26 @@ +{% extends "layout.html" %} + +{% block css %} + +{% endblock %} + +{% block body %} +
+
+

{{_("Download Mobile Application")}}

+
+

{{_("Get it on")}}

+ +
+{% endblock %} diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index 1e16c7e..f79270e 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -6,6 +6,7 @@ + {% block css %}{% endblock %} @@ -144,14 +145,14 @@ {{ static_include("images/git.svg") | safe }} - + {{ static_include("images/mobile-alt.svg") | safe }} {{ static_include("images/book.svg") | safe }} {% if g.show_admin_dashboard_link %} - + {{ static_include("images/cog.svg") | safe }} {% endif %} -- cgit v1.1