Commit 391cbc0c authored by wizston's avatar wizston

Fixed error on registration page caused by wrong route name

parent f482dd5f
......@@ -51,7 +51,7 @@
<div class="col-xs-7">
<label class="col-md-12 control-label">
{!! Form::checkbox('is_term_accept',1,false) !!}
I accept {!! link_to_route('frontend.cmspages.show', trans('validation.attributes.frontend.register-user.terms_and_conditions').'*', ['page_slug'=>'terms-and-conditions']) !!} </label>
I accept {!! link_to_route('frontend.pages.show', trans('validation.attributes.frontend.register-user.terms_and_conditions').'*', ['page_slug'=>'terms-and-conditions']) !!} </label>
</div><!--form-group-->
</div><!--col-md-6-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment