This repository has been archived on 2024-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
tracman-server/views/terms.html
2017-03-18 11:40:12 -04:00

12 lines
332 B
HTML

{% extends 'templates/base.html' %}
{% block title %}{{super()}} | Terms of Service{% endblock %}
{% block main %}
<section class='container'>
<h2>Terms of Service</h2>
<p>The terms of service haven't been written yet. (<a href="https://github.com/Tracman-org/Server/issues/48">#48</a>)</p>
</section>
{% endblock %}