mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
Merge pull request #449 from openclassify/dia
fix continue button in preview page
This commit is contained in:
commit
f36d2d346b
@ -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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user