mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Merge branch 'fix_318' into 'dev'
fix: 🎨 Better placement for forgetten password button (#318) See merge request re2o/re2o!608
This commit is contained in:
commit
4fabd68ca3
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
<button class="btn btn-success" type="submit">
|
<button class="btn btn-success" type="submit">
|
||||||
<i class="fa fa-sign-in"></i> {% trans "Log in" %}
|
<i class="fa fa-sign-in"></i> {% trans "Log in" %}
|
||||||
</button>
|
</button>
|
||||||
|
<a class="btn btn-warning btn-sm pull-right" role="button"
|
||||||
|
href="{% url 'users:reset-password' %}"> {% trans "Forgotten password?" %}</a>
|
||||||
</form>
|
</form>
|
||||||
<p><a class="btn btn-warning btn-sm" role="button"
|
|
||||||
href="{% url 'users:reset-password' %}"> {% trans "Forgotten password?" %}</a></p>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue