mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 04:57:40 +02:00
Merge pull request #1195 from getgrav/grav-plugin-admin/fix-https-redirect
Fix https -> http redirect issue
This commit is contained in:
committed by
Andy Miller
parent
1cba24e399
commit
d7df66de8d
@@ -16,7 +16,7 @@
|
||||
<form method="post" action="{{ base_url_relative }}">
|
||||
<div class="padding">
|
||||
{% block form %}{% endblock %}
|
||||
<input type="hidden" name="redirect" value="{{ uri.url }}" />
|
||||
<input type="hidden" name="redirect" value="{{ uri.url(false) }}" />
|
||||
{{ nonce_field('admin-form', 'admin-nonce')|raw }}
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user