aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/settings_privacy.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/views/settings_privacy.html')
-rw-r--r--src/main/resources/templates/views/settings_privacy.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/templates/views/settings_privacy.html b/src/main/resources/templates/views/settings_privacy.html
new file mode 100644
index 00000000..83b87b93
--- /dev/null
+++ b/src/main/resources/templates/views/settings_privacy.html
@@ -0,0 +1,9 @@
+{% extends "layouts/default" %}
+{% block content %}
+<article>
+ <p>Privacy</p>
+</article>
+{% endblock %}
+{% block "column" %}
+{% include "views/partial/settings_tabs" %}
+{% endblock %} \ No newline at end of file