Coverage for gui/templates/gui/about.html: 100%
22 statements
« prev ^ index » next coverage.py v7.2.1, created at 2023-03-14 06:24 +0000
« prev ^ index » next coverage.py v7.2.1, created at 2023-03-14 06:24 +0000
1{% extends 'gui/base.html' %}
3{% block content %}
4 <div class="row">
5 <div class="col-md-12">
6 <div class="panel panel-default" >
7 <div class="panel-heading">Data collection</div>
8 <div class="panel-body">
9 <p>The X.Org Foundation collects personal information for the sole purpose of maintaining its membership records. The e-mail address of members will be used as part of a mailing list which is to be used only for distributing information to members, and to allow discussion among members.</p>
11 <p>This information will not be shared with or sold to anyone else.</p>
12 </div>
13 </div>
14 </div>
16 <div class="col-md-12">
17 <div class="panel panel-default" >
18 <div class="panel-heading">Contact</div>
19 <div class="panel-body">
20 <p>If you have problem with, or questions about this system, please <a href="https://gitlab.freedesktop.org/xorgfoundation/xorg_membership/issues/new">file a bug</a> or contact us via email at: <a href="mailto:membership@x.org">membership@x.org</a></p>
21 </div>
22 </div>
23 </div>
24 </div>
25{% endblock %}