support gif uploads
This commit is contained in:
parent
f032383ed0
commit
07bd3346b7
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue