{% extends 'layout.html' %} {% load i18n %} {% block title %}{% trans "File too large" %}{% endblock %} {% block content %}

{% trans "File too large" %}

{% trans "The file you are uploading is too large." %}

{% blocktrans trimmed %} You you can try using a smaller file, or ask your BookWyrm server administrator to increase the DATA_UPLOAD_MAX_MEMORY_SIZE setting. {% endblocktrans %}

{% endblock %}