aboutsummaryrefslogtreecommitdiffstats
path: root/resources/views/others/import.edge
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/others/import.edge')
-rw-r--r--resources/views/others/import.edge19
1 files changed, 19 insertions, 0 deletions
diff --git a/resources/views/others/import.edge b/resources/views/others/import.edge
new file mode 100644
index 0000000..b890bbb
--- /dev/null
+++ b/resources/views/others/import.edge
@@ -0,0 +1,19 @@
1@layout('layouts.main')
2
3@section('content')
4<h1>Import a Franz account</h1>
5<p>Please login using your Franz account. We will create a new Ferdi account with the same credentials.</p>
6<form action="import" method="post">
7 <label for="email">E-Mail address</label><br />
8 <input type="email" name="email" placeholder="joe@example.com" required><br />
9
10 <label for="password">Password</label><br />
11 <input type="password" name="password" placeholder="********" required><br />
12
13 <button type="submit" id="submitbutton">Import Franz account</button>
14 <small>
15 By importing your Franz account, you accept the <a href="/terms">Terms of service</a> and <a href="/privacy">Privacy
16 policy</a>
17 </small>
18</form>
19@endsection