This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
commit 64e96ff476154b2ecca9a7273b34068854eed096 Author: Marcus Christie <[email protected]> AuthorDate: Fri Aug 20 13:03:55 2021 -0400 AIRAVATA-3488 Removing unused css --- django_airavata/static/css/draft-colors.css | 3 --- django_airavata/templates/includes/head.html | 2 -- 2 files changed, 5 deletions(-) diff --git a/django_airavata/static/css/draft-colors.css b/django_airavata/static/css/draft-colors.css deleted file mode 100644 index 6e1cb97..0000000 --- a/django_airavata/static/css/draft-colors.css +++ /dev/null @@ -1,3 +0,0 @@ -.purple { - color: purple; -} diff --git a/django_airavata/templates/includes/head.html b/django_airavata/templates/includes/head.html index ba5098d..1ae1285 100644 --- a/django_airavata/templates/includes/head.html +++ b/django_airavata/templates/includes/head.html @@ -24,8 +24,6 @@ <!-- Bootstrap Core + Font awesome CSS (see common/js/cms.js) --> {% render_bundle 'chunk-vendors' 'css' 'COMMON' %} - <link rel=stylesheet type=text/css href="{% static 'css/draft-colors.css' %}"> - {% block head-extra %} {% include "includes/head-extra.html" %} {% endblock head-extra %}
