bornhack-website/src/templates/contact.html
Thomas Steen Rasmussen 0ff37bbca5 move code to src/ folder
2017-01-30 12:06:49 +01: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 %}