|
|
@ -28,6 +28,22 @@
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="row mb-5">
|
|
|
|
|
|
|
|
<div class="col text-center">
|
|
|
|
|
|
|
|
<h2>{{ __('Register') }}</h2>
|
|
|
|
|
|
|
|
{% if has_permission_to('register') and config('registration_enabled') %}
|
|
|
|
|
|
|
|
{% if config('enable_password') %}
|
|
|
|
|
|
|
|
<p>{{ __('Please sign up, if you want to help us!') }}</p>
|
|
|
|
|
|
|
|
<a href="{{ url('register') }}" class="btn btn-primary">{{ __('Register') }} »</a>
|
|
|
|
|
|
|
|
{% else %}
|
|
|
|
|
|
|
|
<p>{{ __('Registration is only available via external login.') }}</p>
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% else %}
|
|
|
|
|
|
|
|
{{ m.alert(__('Registration is disabled.'), 'danger') }}
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="row mb-5">
|
|
|
|
<div class="row mb-5">
|
|
|
|
<div class="col-md-6 offset-md-3 col-lg-4 offset-lg-4">
|
|
|
|
<div class="col-md-6 offset-md-3 col-lg-4 offset-lg-4">
|
|
|
|
<div class="card {{ m.type_bg_class() }}">
|
|
|
|
<div class="card {{ m.type_bg_class() }}">
|
|
|
@ -95,33 +111,5 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="row mb-5">
|
|
|
|
|
|
|
|
<div class="col-sm-6 text-center">
|
|
|
|
|
|
|
|
<h2>{{ __('Register') }}</h2>
|
|
|
|
|
|
|
|
{% if has_permission_to('register') and config('registration_enabled') %}
|
|
|
|
|
|
|
|
{% if config('enable_password') %}
|
|
|
|
|
|
|
|
<p>{{ __('Please sign up, if you want to help us!') }}</p>
|
|
|
|
|
|
|
|
<a href="{{ url('register') }}" class="btn btn-primary">{{ __('Register') }} »</a>
|
|
|
|
|
|
|
|
{% else %}
|
|
|
|
|
|
|
|
<p>{{ __('Registration is only available via external login.') }}</p>
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% else %}
|
|
|
|
|
|
|
|
{{ m.alert(__('Registration is disabled.'), 'danger') }}
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-sm-6 text-center">
|
|
|
|
|
|
|
|
<h2>{{ __('What can I do?') }}</h2>
|
|
|
|
|
|
|
|
<p>{{ __('Please read about the jobs you can do to help us.') }}</p>
|
|
|
|
|
|
|
|
<a href="{{ url('angeltypes', {'action': 'about'}) }}" class="btn btn-primary">
|
|
|
|
|
|
|
|
{{ __('Teams/Job description') }} »
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<div class="col-md-12 text-center">
|
|
|
|
|
|
|
|
{{ m.icon('info-circle') }} {{ __('Please note: You have to activate cookies!') }}
|
|
|
|
|
|
|
|
</div>-->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
{% endblock %}
|
|
|
|