Files
baroness/app/templates/billing.html
Ulrich Knechtelsdorfer c84212e151 inital commit
2016-02-13 16:18:48 +01:00

10 lines
172 B
HTML

{% extends "base.html"%}
{% set title = "Konsumatverwaltung" %}
{% block content %}
<h3>TODO: </h3>
<ul>
<li>everything</li>
</ul>
<h1>Abrechnung</h1>
{% endblock %}