fixing button
This commit is contained in:
parent
75511b96d1
commit
6acc065c0f
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<form method="post">
|
||||
{% csrf_token %}
|
||||
<a href="{% url 'admin:web_customuser_change' user.id %}">
|
||||
<button>View Details</button>
|
||||
<button type="button">View Details</button>
|
||||
</a>
|
||||
<button type="submit" value="{{ user.id }}" name='make_member'>Make Member</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue