Each user can upload image to the system. The images from different users where be separated.
6 lines
186 B
HTML
6 lines
186 B
HTML
{% extends "layout.html" %}
|
|
{% block page_title %}Request if too big(413){% endblock %}
|
|
{% block body %}
|
|
{{ super() }}
|
|
Please check the file size you're uploading.
|
|
{% endblock %} |