Skip to content

Commit 6378b4a

Browse files
committed
[smarcet]
* user survey fixed wrong link on add button
1 parent a467ff6 commit 6378b4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

survey_builder/templates/Layout/Includes/DynamicEntityStepForm.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<% end_if %>
4646
</fieldset>
4747
<p>
48-
<a class="roundedButton add-entity-survey-btn" href="$SkipStepUrl">{$_T("survey_template", $CurrentStep.Template.getAddEntityText)}&nbsp;&nbsp;<i class="fa fa-plus-circle" aria-hidden="true"></i></a>&nbsp;
48+
<a class="roundedButton add-entity-survey-btn" href="$AddEntityUrl">{$_T("survey_template", $CurrentStep.Template.getAddEntityText)}&nbsp;&nbsp;<i class="fa fa-plus-circle" aria-hidden="true"></i></a>&nbsp;
4949
</p>
5050
<% if $Actions %>
5151
<div class="Actions row">

0 commit comments

Comments
 (0)