Commit d98fd49e authored by Julian Andres Klode's avatar Julian Andres Klode Committed by Enrico Zini
Browse files

Fix tag mismatch: A th tag must be closed by th, not td



Signed-off-by: Julian Andres Klode's avatarJulian Andres Klode <jak@debian.org>
parent 1339c67a
......@@ -28,7 +28,7 @@
</tr>
<tr><th>Account name</th><td>{{process.person.uid|default:"None yet"}}</td></tr>
<tr><th>Time of Last Action</th><td>{{last_change}}</th></tr>
<tr><th>Account created</td><td>{% if process.progress == PROGRESS_DONE %}yes{% else %}no{% endif %}</td></tr>
<tr><th>Account created</th><td>{% if process.progress == PROGRESS_DONE %}yes{% else %}no{% endif %}</td></tr>
</table>
<h2>Process log</h2>
......
......@@ -6,13 +6,13 @@
<table>
<thead>
<tr>
<th>Applicant</td>
<th>Applicant</th>
<th>From</th>
<th>To</th>
<th>Applying for</th>
<th>Progress</td>
<th>AM</td>
<th>Advocate(s)</td>
<th>Progress</th>
<th>AM</th>
<th>Advocate(s)</th>
{% if cur_am %}
<th>Extras</th>
{% endif %}
......@@ -72,7 +72,7 @@
<table class="personinfo">
<tr><th>Account name</th><td>{{person.uid|default:"None chosen yet"}}</td></tr>
<tr><th>OpenPGP fingerprint</th><td>{{person.fpr}}</td></tr>
<tr><th>Status</td><td>{{person.status|desc_status}}</td></tr>
<tr><th>Status</th><td>{{person.status|desc_status}}</td></tr>
{% if am %}
<tr>
<th>Application manager</th>
......
......@@ -10,13 +10,13 @@
<table>
<thead>
<tr>
<th>Applicant</td>
<th>Applicant</th>
<th>From</th>
<th>To</th>
<th>Applying for</th>
<th>Progress</td>
<th>AM</td>
<th>Advocate(s)</td>
<th>Progress</th>
<th>AM</th>
<th>Advocate(s)</th>
{% if cur_am %}
<th>Extras</th>
{% endif %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment