This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
DEMOS2/allauthdemo/templates/visitor/terms.html

12 lines
135 B
HTML
Raw Normal View History

{% extends "bases/bootstrap-visitor.html" %}
{% block content %}
<div class="container">
Terms and stuff.
</div>
{% endblock %}