Add register button
This commit is contained in:
@@ -11,5 +11,8 @@
|
||||
<label for="password">Password</label>
|
||||
<input type="password" name="password" id="password" required>
|
||||
<input type="submit" value="Log In">
|
||||
<br>
|
||||
<a href="{{url_for('auth.register')}}"> <label>Registrieren</label> </a>
|
||||
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user