- some changes in the plot, removed todo messages in web if

This commit is contained in:
Bernhard Stampfer
2016-04-10 19:48:35 +02:00
parent f55fa181ba
commit e80fdeec05
7 changed files with 28 additions and 37 deletions

View File

@@ -1,10 +1,6 @@
{% extends "base.html"%}
{% set title = "Rechnungen versenden" %}
{% block content %}
<h3>TODO: </h3>
<ul>
<li>implement paying</li>
</ul>
{% if success %}
<p>{{ success }}</p>
{% endif %}