Updated news models to use custom user. No migration should be needed. Updated website templates.
This commit is contained in:
parent
55c0e40309
commit
66802f291d
4 changed files with 7 additions and 4 deletions
|
|
@ -13,7 +13,8 @@ Login
|
|||
<p>Your username and password didn't match. Please try again.</p>
|
||||
{% endif %}
|
||||
|
||||
<form method="post" action="."{% csrf_token %} >
|
||||
<form method="post" action=".">
|
||||
{% csrf_token %}
|
||||
<table>
|
||||
<tr>
|
||||
<td><label for="id_username">Username:</label></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue