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/documentation.html | |
parent | 74d33bb9294d4a48360b792fe912684bf0db37ac (diff) | |
download | garagehq.deuxfleurs.fr-049dc482cfe364d70b26b27a5812ae5a7d410b8a.tar.gz garagehq.deuxfleurs.fr-049dc482cfe364d70b26b27a5812ae5a7d410b8a.zip |
remove survey links
Diffstat (limited to 'templates/documentation.html')
-rw-r--r-- | templates/documentation.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/documentation.html b/templates/documentation.html index c835175..fd7889f 100644 --- a/templates/documentation.html +++ b/templates/documentation.html @@ -12,11 +12,6 @@ <div class="grid grid-cols-1 xl:grid-cols-5"> {% include "partials/doc/global_toc.html" %} <div class="col-span-full xl:col-span-3" style="min-height:85vh;"> - - <div class="pt-8"> - {% include "partials/shared/community_survey.html" %} - </div> - <article class="box my-12 px-6 lg:px-8 xl:px-12"> <div class="flex flex-col mb-10 bg-gray-100 rounded-r shadow-sm w-full xl:w-max"> <div class="flex flex-col border-l-4 border-garage-orange py-2 px-4 relative"> |