inital commit
This commit is contained in:
10
app/templates/billing.html
Normal file
10
app/templates/billing.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "base.html"%}
|
||||
{% set title = "Konsumatverwaltung" %}
|
||||
{% block content %}
|
||||
<h3>TODO: </h3>
|
||||
<ul>
|
||||
<li>everything</li>
|
||||
</ul>
|
||||
<h1>Abrechnung</h1>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user