Skip to content
Snippets Groups Projects
Commit 43614f72 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Remove the custom wagtail admin user forms

parent baef6984
No related branches found
No related tags found
No related merge requests found
{% extends "wagtailusers/users/create.html" %}
{% block extra_fields %}
{% include "wagtailadmin/shared/field_as_li.html" with field=form.full_name %}
{% endblock extra_fields %}
{% extends "wagtailusers/users/edit.html" %}
{% block extra_fields %}
{% include "wagtailadmin/shared/field_as_li.html" with field=form.full_name %}
{% endblock extra_fields %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment