Skip to content

Commit

Permalink
Align table data in basisdaten form
Browse files Browse the repository at this point in the history
  • Loading branch information
miterion committed May 25, 2020
1 parent 9c97875 commit 81d266d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/formtools/wizard/basisdaten.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ <h3>Erfassung der Basisdaten</h3>
{% for data in past_semester_data %}
<tr>
<td>{{ data.veranstaltung }}</td>
<td>{{ data.anzahl_bestellung }}</td>
<td>{{ data.anzahl_ruecklauf }}</td>
<td align="center">{{ data.anzahl_bestellung }}</td>
<td align="center">{{ data.anzahl_ruecklauf }}</td>
</tr>
{% endfor %}
</table>
Expand Down

0 comments on commit 81d266d

Please sign in to comment.