Merge immortal/main into audit/securite-maintenabilite-standards
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% extends "layouts/base.html" %}
|
||||
{% block title %}{{ _('Login') }} - TryoutPro{% endblock %}
|
||||
{% block title %}{{ _('Login') }} - UdeS team manager{% endblock %}
|
||||
{% block auth_content %}
|
||||
<form method="POST" action="{{ url_for('auth.login') }}" class="auth-form">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
|
||||
@@ -14,4 +14,4 @@
|
||||
<button type="submit" class="btn btn-primary btn-block">{{ _('Sign In') }}</button>
|
||||
<p class="auth-link">{{ _("Don't have an account?") }} <a href="{{ url_for('auth.register') }}">{{ _('Register here') }}</a></p>
|
||||
</form>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user