diff --git a/.circleci/config.yml b/.circleci/config.yml index edb71cd16af..85275606d88 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: # Download and cache dependencies - restore_cache: keys: - - deps37-{{ .Branch }}-{{ checksum "requirements/base.txt" }}-alpine + - deps37-{{ .Branch }}-{{ checksum "requirements/ci.txt" }}-alpine # fallback to using the latest cache if no exact match is found - deps37-{{ .Branch }}-alpine @@ -52,7 +52,7 @@ jobs: echo "Requirements installed!" - save_cache: - key: deps37-{{ .Branch }}-{{ checksum "requirements/base.txt" }}-alpine + key: deps37-{{ .Branch }}-{{ checksum "requirements/ci.txt" }}-alpine paths: - ./venv - "/usr/local/bin" diff --git a/app/app/templates/search/search.html b/app/app/templates/search/search.html index 4172608409f..a43b4cc216d 100644 --- a/app/app/templates/search/search.html +++ b/app/app/templates/search/search.html @@ -25,7 +25,7 @@ - + @@ -156,7 +156,7 @@

Number of Hacks Joined :

{% include 'shared/analytics.html' %} {% include 'shared/footer_scripts.html' %} {% include 'shared/footer.html' %} - + - + diff --git a/app/dashboard/templates/dashboard/hackathon/new_bounty.html b/app/dashboard/templates/dashboard/hackathon/new_bounty.html index 4954f4a89b2..8005ba4d7f7 100644 --- a/app/dashboard/templates/dashboard/hackathon/new_bounty.html +++ b/app/dashboard/templates/dashboard/hackathon/new_bounty.html @@ -24,7 +24,7 @@ {% include 'shared/cards.html' %} - +