Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian New Member Process
nm.debian.org
Commits
d98fd49e
Commit
d98fd49e
authored
Mar 12, 2012
by
Julian Andres Klode
Committed by
Enrico Zini
Mar 12, 2012
Browse files
Fix tag mismatch: A th tag must be closed by th, not td
Signed-off-by:
Julian Andres Klode
<
jak@debian.org
>
parent
1339c67a
Changes
3
Hide whitespace changes
Inline
Side-by-side
public/templates/public/nmstatus.html
View file @
d98fd49e
...
...
@@ -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
</t
d
><td>
{% if process.progress == PROGRESS_DONE %}yes{% else %}no{% endif %}
</td></tr>
<tr><th>
Account created
</t
h
><td>
{% if process.progress == PROGRESS_DONE %}yes{% else %}no{% endif %}
</td></tr>
</table>
<h2>
Process log
</h2>
...
...
public/templates/public/person.html
View file @
d98fd49e
...
...
@@ -6,13 +6,13 @@
<table>
<thead>
<tr>
<th>
Applicant
</t
d
>
<th>
Applicant
</t
h
>
<th>
From
</th>
<th>
To
</th>
<th>
Applying for
</th>
<th>
Progress
</t
d
>
<th>
AM
</t
d
>
<th>
Advocate(s)
</t
d
>
<th>
Progress
</t
h
>
<th>
AM
</t
h
>
<th>
Advocate(s)
</t
h
>
{% 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
</t
d
><td>
{{person.status|desc_status}}
</td></tr>
<tr><th>
Status
</t
h
><td>
{{person.status|desc_status}}
</td></tr>
{% if am %}
<tr>
<th>
Application manager
</th>
...
...
public/templates/public/progress.html
View file @
d98fd49e
...
...
@@ -10,13 +10,13 @@
<table>
<thead>
<tr>
<th>
Applicant
</t
d
>
<th>
Applicant
</t
h
>
<th>
From
</th>
<th>
To
</th>
<th>
Applying for
</th>
<th>
Progress
</t
d
>
<th>
AM
</t
d
>
<th>
Advocate(s)
</t
d
>
<th>
Progress
</t
h
>
<th>
AM
</t
h
>
<th>
Advocate(s)
</t
h
>
{% if cur_am %}
<th>
Extras
</th>
{% endif %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment