diff --git a/apps/registration/templates/registration/upload_photo_authorization.html b/apps/registration/templates/registration/upload_photo_authorization.html index f673865..9a5a1c5 100644 --- a/apps/registration/templates/registration/upload_photo_authorization.html +++ b/apps/registration/templates/registration/upload_photo_authorization.html @@ -1,10 +1,17 @@ {% extends "base.html" %} -{% load i18n crispy_forms_filters %} +{% load i18n static crispy_forms_filters %} {% block content %} + {% trans "Back to the user detail" %} +