mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Translate most of the Sith
This commit is contained in:
@ -74,7 +74,7 @@ def password_reset_complete(request):
|
||||
|
||||
|
||||
def register(request):
|
||||
context = {'title': 'Register a user'}
|
||||
context = {}
|
||||
if request.method == 'POST':
|
||||
form = RegisteringForm(request.POST)
|
||||
if form.is_valid():
|
||||
|
Reference in New Issue
Block a user