diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-12 11:20:59 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-12 11:20:59 +0100 |
commit | 049dc482cfe364d70b26b27a5812ae5a7d410b8a (patch) | |
tree | f8f558a22813e91058760933819c841ca8ddee34 /templates/download.html | |
parent | 74d33bb9294d4a48360b792fe912684bf0db37ac (diff) | |
download | garagehq.deuxfleurs.fr-049dc482cfe364d70b26b27a5812ae5a7d410b8a.tar.gz garagehq.deuxfleurs.fr-049dc482cfe364d70b26b27a5812ae5a7d410b8a.zip |
remove survey links
Diffstat (limited to 'templates/download.html')
-rw-r--r-- | templates/download.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/download.html b/templates/download.html index a0780c9..0db49ab 100644 --- a/templates/download.html +++ b/templates/download.html @@ -14,11 +14,6 @@ Downloads | {{ config.title }} </div> <div class="mx-auto max-w-7xl px-4"> - - <div class="pt-16"> - {% include "partials/shared/community_survey.html" %} - </div> - <div id="releases-container" class="py-24 space-y-20"> <div id="docker-images" class="space-y-4"> <h2 class="text-garage-gray text-xl font-semibold">Deploy with Docker</h2> |