Localize registration endpoint
This commit is contained in:
parent
ca80bff401
commit
59221db4ae
@ -1,14 +1,14 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block header %}
|
||||
<h1>{% block title %}Register{% endblock %}</h1>
|
||||
<h1>{% block title %}{{localize("register")}}{% endblock %}</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form method="post">
|
||||
<label for="username">Username</label>
|
||||
<label for="username">{{localize("username")}}</label>
|
||||
<input name="username" id="username" required autofocus>
|
||||
<label for="password">Password</label>
|
||||
<label for="password">{{localize("password")}}</label>
|
||||
<input type="password" name="password" id="password" required>
|
||||
<input type="submit" value="Register">
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user