Kontodaten direkt fuer den user zum aufs Konto ueberweisen

This commit is contained in:
theresa 2011-10-17 17:25:15 +02:00
parent ec463c9efa
commit 5a25b97c59
1 changed files with 17 additions and 1 deletions

View File

@ -14,7 +14,23 @@
{{ form.as_table }}
<input type="submit" class="button" value="Einzahlen">
</form>
<h3>Kontodaten:</h3>
<table>
<tr>
<td>Konto-Inhaber:</td> <td>Alexander Eichner</td>
</tr>
<tr>
<td>Konto-No.::</td> <td>3854536</td>
</tr>
<tr>
<td>BLZ:</td> <td>20041155</td>
</tr>
<tr>
<td><b>Betreff:</b></td> <td><b>{{ user.username }}</b></td>
</tr>
</table>
<h2>Vergangene Transaktionen</h2>
<table class="textData">
<thead>