added use load from external

This commit is contained in:
Mohamed Nouffer
2022-10-16 17:06:28 +05:30
parent 0161f351d5
commit 601c70a79b
7 changed files with 102 additions and 6 deletions

View File

@ -0,0 +1,13 @@
{% extends 'admin/base.html' %}
{% block content %}
<div style="margin:auto; width:50%; padding:10px; border:0px solid green;">
<form action="." method="POST" enctype="multipart/form-data">
{{ form.as_p }}
{% csrf_token %}
<button style="float:right; padding-left:40px; padding-right:40px;" type="submit">Load Users</button>
</form>
</div>
{% endblock %}