{% extends 'admin/master.html' %} {% block body %} {{ super() }}
Custom forms
This example shows how you can define your own custom forms by using form rendering rules.
It also demonstrates general file handling as well as the handling of image files specifically.
Back