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

12 lines
332 B
HTML
Raw Normal View History

2017-03-18 09:40:12 -06:00
{% 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 %}