I made an HTML-button, in the code shown below:
<div style="" class="button-box" >
<button>Useradministration</button>
</div>
When I click on it, I want it to redirect the user to the /admin-url.
How should I do this? How do I make Django "know" that the button has been clicked?
Thank you so much for your time!