added use load from external
This commit is contained in:
7
rog/templates/admin/rog/customuser/change_list.html
Normal file
7
rog/templates/admin/rog/customuser/change_list.html
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends 'admin/change_list.html' %}
|
||||
{% load static %}
|
||||
{% block content %}
|
||||
<a href="load-users/">Go to Load users</a>
|
||||
{{ block.super }}
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user