mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-21 15:14:45 +00:00
a '>' character had slipped in during a merge
This commit is contained in:
parent
89119b6c31
commit
d730a0f1ef
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
{% include "wagtailadmin/shared/header.html" with title="Editing" subtitle=redirect.title %}
|
||||
|
||||
<form action="{% url 'wagtailredirects_edit_redirect' redirect.id %}" method="POST" class="nice-padding">>
|
||||
<form action="{% url 'wagtailredirects_edit_redirect' redirect.id %}" method="POST" class="nice-padding">
|
||||
{% csrf_token %}
|
||||
{{ edit_handler.render_form_content }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue