removed merge marks

This commit is contained in:
Andy Miller
2017-08-24 21:45:00 -06:00
parent 0923a3abed
commit c2f81fd26d

View File

@@ -16,11 +16,7 @@
<form method="post" action="{{ base_url_relative }}">
<div class="padding">
{% block form %}{% endblock %}
<<<<<<< Updated upstream
<input type="hidden" name="redirect" value="{{ uri.url(false) }}" />
=======
<input type="hidden" name="redirect" value="{{ uri.route(false) }}" />
>>>>>>> Stashed changes
{{ nonce_field('admin-form', 'admin-nonce')|raw }}
</div>
</form>