bornhack-website/bornhack/templates/contact.html
2016-08-20 20:44:11 +02:00

29 lines
508 B
HTML

{% extends 'base.html' %}
{% block title %}
Contact | {{ block.super }}
{% endblock %}
{% block content %}
<p class="lead">
You can get in contact with the BornHack organisers via multiple channels:
</p>
{% include 'includes/contact.html' %}
<hr />
<p>
The legal entity behind BornHack is:<br />
<br />
BornHack IVS c/o Thomas Steen Rasmussen<br />
Offenbachsvej 34, 2. tv.<br />
2450 Copenhagen SV<br />
Denmark<br />
CVR# 37666521<br />
Phone +4531550497<br />
</p>
{% endblock %}