diff --git a/inventory-app/templates/privacy.html b/inventory-app/templates/privacy.html deleted file mode 100644 index 01a953e..0000000 --- a/inventory-app/templates/privacy.html +++ /dev/null @@ -1,42 +0,0 @@ -{% extends 'base.html' %} -{% block content %} -
-

Contact information for our membership, be gentle!

- - - - - - - - - - - - - - - - - - {% for p in members %} - {% if p.type != "company" %} - - - - - - - - - - - {% endif %} - {% endfor %} - -
NameMail aliasPersonal emailPhoneHomepageInfoOnboarding
{{ p.full_name }}{{ p.mail_alias }}{{ p.mail }}{% if p.phone %}{{ p.phone }}{% else %}-{% endif %}{% if p.homepage %}{{ p.homepage }}{% else %}-{% endif %}{% if p.access and p.access.info %}check_circle{% else %} {% endif %}{% if p.access and p.access.onboarding %}check_circle{% else %} {% endif %}
-
-{% endblock %} -