Don't use the absolute url

This commit is contained in:
James Brooks
2015-06-10 14:17:59 +01:00
parent 92173b65bc
commit 472e2316ae

View File

@@ -24,7 +24,7 @@
@include('partials.dashboard.errors')
<h1>{{ trans('cachet.subscriber.subscribe') }}</h1>
<form action="{{ route('subscribe') }}" method="post">
<form action="{{ route('subscribe', [], false) }}" method="post">
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<div class="form-group">
<label for="email">{{ trans('cachet.subscriber.email.subscribe') }}</label>