Add 'Image Upload' Feature
Each user can upload image to the system. The images from different users where be separated.
This commit is contained in:
6
templates/page_413.html
Normal file
6
templates/page_413.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block page_title %}Request if too big(413){% endblock %}
|
||||
{% block body %}
|
||||
{{ super() }}
|
||||
Please check the file size you're uploading.
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user