Indent html (beautiful ^o^)
This commit is contained in:
parent
01817c0fcb
commit
1aa3a929c9
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1>Übersicht</h1>
|
||||
<table style="width: 100%">
|
||||
<h1>Übersicht</h1>
|
||||
<table style="width: 100%">
|
||||
<tr>
|
||||
<th>id</th>
|
||||
<th>computer</th>
|
||||
@ -24,5 +24,5 @@
|
||||
<th>{{ row[7] }}</th>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</table>
|
||||
{% endblock %}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1>Übersicht</h1>
|
||||
<table style="width: 100%">
|
||||
<h1>Übersicht</h1>
|
||||
<table style="width: 100%">
|
||||
<tr>
|
||||
<th>id</th>
|
||||
<th>question</th>
|
||||
@ -14,5 +14,5 @@
|
||||
<th>{{ row[2] }}</th>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</table>
|
||||
{% endblock %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user