2020-06-27 00:23:57 +02:00
|
|
|
@extends('templates/layout_normal')
|
|
|
|
|
|
|
|
@section('main')
|
2020-06-21 12:55:49 +02:00
|
|
|
<h2>Sign up</h2>
|
|
|
|
<div class="box">
|
|
|
|
<p class="justify">Sign up was successful. Please check your email and click on the activation link to activate your account!</p>
|
|
|
|
</div>
|
2020-06-27 00:23:57 +02:00
|
|
|
@endsection
|