aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-03 10:23:53 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-03 10:23:53 +0200
commit3f7d697e25e1ada9c8e7878b7367a7592619426a (patch)
tree48cf7b64a26d34e16b984f48b734517d8c0dcf38 /public
parentExtend README (diff)
downloadferdium-server-3f7d697e25e1ada9c8e7878b7367a7592619426a.tar.gz
ferdium-server-3f7d697e25e1ada9c8e7878b7367a7592619426a.tar.zst
ferdium-server-3f7d697e25e1ada9c8e7878b7367a7592619426a.zip
Add legal documents to account import page
Diffstat (limited to 'public')
-rw-r--r--public/import.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/import.html b/public/import.html
index 9e2592d..5c75d23 100644
--- a/public/import.html
+++ b/public/import.html
@@ -84,6 +84,9 @@
84 <input type="password" name="password" placeholder="********" required><br /> 84 <input type="password" name="password" placeholder="********" required><br />
85 85
86 <button type="submit" id="submitbutton">Import Franz account</button> 86 <button type="submit" id="submitbutton">Import Franz account</button>
87 <small>
88 By importing your Franz account, you accept the <a href="/terms">Terms of service</a> and <a href="privacy">Privacy policy</a>
89 </small>
87 </form> 90 </form>
88 91
89 <script src="js/new.js"></script> 92 <script src="js/new.js"></script>