diff --git a/biscuit/core/templates/registration/login.html b/biscuit/core/templates/registration/login.html index 71e44b26f762457c7ca1e5bd788b870490b41f84..155594f3b528c6cbd034e705cd61b5649903cd59 100644 --- a/biscuit/core/templates/registration/login.html +++ b/biscuit/core/templates/registration/login.html @@ -20,8 +20,5 @@ <button type="submit" class="btn btn-dark"> {% blocktrans %}Login{% endblocktrans %} </button> - <button type="hidden" class="btn btn-dark"> - {{ next }} - </button> </form> {% endblock %}