mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -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 %}
|
||||
{% set continueLink = url_route('add_doping', [adv.id]) %}
|
||||
{% else %}
|
||||
{% set continueLink = url_route('visiosoft.module.advs::edit_adv', [adv.id]) %}
|
||||
{% set continueLink = url_route('adv_detail_seo', [adv.slug, adv.id]) %}
|
||||
{% endif %}
|
||||
<a href="{{ url_route('visiosoft.module.advs::edit_adv', [adv.id]) }}"
|
||||
class="btn preview-edit shadow-sm border">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user