From 568183d3e48f2b2693244f54d87b3a6107d87738 Mon Sep 17 00:00:00 2001 From: nicholas antonov Date: Tue, 24 Apr 2018 19:42:52 -0400 Subject: [PATCH] Make download page work on mobile --- frontend/templates/base.html | 2 +- frontend/templates/download.html | 709 ++++++++++++++++--------------- settings/common.py | 2 +- static/js/jquery-1.12.4.min.js | 5 + static/js/sitewide1.js | 6 + static/scss/download.scss | 41 +- static/scss/sitewide4.scss | 52 +-- 7 files changed, 409 insertions(+), 408 deletions(-) create mode 100644 static/js/jquery-1.12.4.min.js diff --git a/frontend/templates/base.html b/frontend/templates/base.html index c14031f0..1b9cb48c 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -19,7 +19,6 @@ - @@ -216,5 +215,6 @@ {% endif %} {% endblock %} + diff --git a/frontend/templates/download.html b/frontend/templates/download.html index 56dbf70e..477cd8fa 100644 --- a/frontend/templates/download.html +++ b/frontend/templates/download.html @@ -13,168 +13,124 @@ {% endblock %} {% block avatar %} - private +private {% endblock %} {% block content %}
-