fix syntax error in main.html that breaks csrf
This commit is contained in:
parent
f6b28c3106
commit
1614b17685
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<form method="post" class="main-view mode-{{ mode }}{% if origin and destination %} can-route{% endif %}"
|
<form method="post" class="main-view mode-{{ mode }}{% if origin and destination %} can-route{% endif %}"
|
||||||
data-svg-width="{{ svg_width }}" data-svg-height="{{ svg_height }}" data-visible-areas="{{ visible_areas | join:';' }}"
|
data-svg-width="{{ svg_width }}" data-svg-height="{{ svg_height }}" data-visible-areas="{{ visible_areas | join:';' }}">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<div class="row locations">
|
<div class="row locations">
|
||||||
{% trans "Location" as heading %}
|
{% trans "Location" as heading %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue