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/layout.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ihatemoney/templates/layout.html') 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