fix continue button in preview page

This commit is contained in:
Diatrex 2020-03-25 16:01:11 +03:00
parent 38c69ce202
commit 04e87edf79

View File

@ -12,7 +12,7 @@
{% if isActiveDopings %} {% if isActiveDopings %}
{% set continueLink = url_route('add_doping', [adv.id]) %} {% set continueLink = url_route('add_doping', [adv.id]) %}
{% else %} {% else %}
{% set continueLink = url_route('visiosoft.module.advs::edit_adv', [adv.id]) %} {% set continueLink = url_route('adv_detail_seo', [adv.slug, adv.id]) %}
{% endif %} {% endif %}
<a href="{{ url_route('visiosoft.module.advs::edit_adv', [adv.id]) }}" <a href="{{ url_route('visiosoft.module.advs::edit_adv', [adv.id]) }}"
class="btn preview-edit shadow-sm border"> class="btn preview-edit shadow-sm border">