support gif uploads

This commit is contained in:
Konstantin 2024-03-23 16:17:19 +01:00
parent f032383ed0
commit 07bd3346b7
3 changed files with 4 additions and 2 deletions

View file

@ -22,6 +22,7 @@ RUN apt-get update --yes --quiet && apt-get install --yes --quiet --no-install-r
libjpeg62-turbo-dev \
zlib1g-dev \
libwebp-dev \
libmagickwand-dev \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get upgrade -y

View file

@ -11,7 +11,7 @@
{% with authors=page.authors.all %}
{% if authors %}
<h3 class="sr-only">Posted by:</h3>
<h2 class="sr-only">Posted by:</h2>
<ul>
{% for author in authors %}
<li style="display: inline">

View file

@ -3,4 +3,5 @@ wagtail>=6.0,<6.1
whitenoise>=6.6,<7.0
wagtailcodeblock>=1.29.0.2,<2.0
django-tailwind>=3.6.0
django-browser-reload>=1.12
django-browser-reload>=1.12
Wand==0.6.13