Add CoC Transparency Report

This commit is contained in:
Tobias 2019-01-30 16:35:41 +13:00
parent 1cd08fb373
commit fc01ff66a7
2 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,5 @@
{% extends "site_base.html" %} {% extends "site_base.html" %}
{% load static %}
{% block head_title %}{{ flatpage.title }}{% endblock head_title %} {% block head_title %}{{ flatpage.title }}{% endblock head_title %}
{% block body_class %}text-primary{% endblock body_class %} {% block body_class %}text-primary{% endblock body_class %}
@ -12,10 +13,9 @@
<div class="card"> <div class="card">
<div class="card-body"> <div class="card-body">
<h5 class="card-title">Contact Code of Conduct team</h5> <h5 class="card-title">Code of Conduct Transparency Report</h5>
<div class="card-text"> <div class="card-text">
If you feel unsafe or believe this Code of Conduct has been breached in any way, please email <a href="mailto:conduct@lca2019.org">conduct@lca2019.org</a> The linux.conf.au 2019 Code of Conduct team has released its transparency report on 30 January 2019. It is available for download <a href="{% static 'downloads/lca2019_coc_transparency_report.pdf' }">here</a>.
call +64 (0)3 978 0644 / +61 (0)7 3193 9296 or speak to any volunteer (wearing green T-shirts) or a Code of Conduct team member (wearing white lanyards).
</div> </div>
</div> </div>
</div> </div>