aboutsummaryrefslogtreecommitdiff
path: root/templates/download.html
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-01-17 15:27:55 +0100
committerAlex Auvolat <alex@adnab.me>2024-01-17 15:27:55 +0100
commit74d33bb9294d4a48360b792fe912684bf0db37ac (patch)
tree7f1e0c6a240fbac519ea0d06c7fe91133a74cf69 /templates/download.html
parent5037bdb8336b31bb7d2cd58f5638588de3982118 (diff)
downloadgaragehq.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.html6
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>