diff options
author | Alex Auvolat <alex@adnab.me> | 2024-01-17 15:27:55 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-01-17 15:27:55 +0100 |
commit | 74d33bb9294d4a48360b792fe912684bf0db37ac (patch) | |
tree | 7f1e0c6a240fbac519ea0d06c7fe91133a74cf69 /templates/download.html | |
parent | 5037bdb8336b31bb7d2cd58f5638588de3982118 (diff) | |
download | garagehq.deuxfleurs.fr-74d33bb9294d4a48360b792fe912684bf0db37ac.tar.gz garagehq.deuxfleurs.fr-74d33bb9294d4a48360b792fe912684bf0db37ac.zip |
Add community survey link
Diffstat (limited to 'templates/download.html')
-rw-r--r-- | templates/download.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/download.html b/templates/download.html index 72c56d7..a0780c9 100644 --- a/templates/download.html +++ b/templates/download.html @@ -12,7 +12,13 @@ Downloads | {{ config.title }} <div class="h-8 w-8 bg-gradient-to-bl from-gray-50 via-gray-50 to-gray-100 -rotate-45 transform origin-top-left shadow"></div> </div> </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> |