core: accounts: use django form
This commit is contained in:
		@ -1,8 +1,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
    <form method='post'>
 | 
			
		||||
        {% csrf_token %}
 | 
			
		||||
        <input type="text" name="username" placeholder="username">
 | 
			
		||||
        <input type="text" name="password" placeholder="password">
 | 
			
		||||
        {{ form }}
 | 
			
		||||
        <input type='submit'>
 | 
			
		||||
    </form>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user