{% extends "django_cradmin/viewhelpers/formview_base.django.html" %} {% load devilry_account_tags %} {% load crispy_forms_tags %} {% load i18n %} {% load cradmin_tags %} {% block content %} {% comment%} Default back button, redirects to index cradmin_add index view. Give a call to {{ block.super }} where you want to add this. {% endcomment %} {% trans "Back to mainpage" %} {% endblock content %}