From ce15e005dfa0bc62d0ff4c020ebe43e9dd7e53ad Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Fri, 9 May 2014 18:40:47 -0700 Subject: templates: fixup HTML tags These tags aren't matched appropriately. There may well be others, but I caught these by a mix of eyes and Firefox's source viewer. Signed-off-by: Brian Norris Signed-off-by: Jeremy Kerr --- templates/patchwork/patch.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'templates') diff --git a/templates/patchwork/patch.html b/templates/patchwork/patch.html index 813622b..c04e32b 100644 --- a/templates/patchwork/patch.html +++ b/templates/patchwork/patch.html @@ -30,7 +30,7 @@ function toggle_headers(link_id, headers_id) - + @@ -56,18 +56,18 @@ function toggle_headers(link_id, headers_id) - {% if patch.commit_ref %} - {% endif %} {% if patch.delegate %} - {% endif %} @@ -99,14 +99,14 @@ function toggle_headers(link_id, headers_id) - - {% endif %}
Submitter{{ patch.submitter|personify }}
{{ patch.submitter|personify }}
Date{{ patch.get_absolute_url }}
State + State {{ patch.state.name }}{% if patch.archived %}, archived{% endif %}
Commit + Commit {{ patch.commit_ref }}
Delegated to: + Delegated to: {{ patch.delegate.get_profile.name }}
Delegate to: + Delegate to: {{ patchform.delegate }} {{ patchform.delegate.errors }}
Archived: + Archived: {{ patchform.archived }} {{ patchform.archived.errors }} @@ -162,7 +162,6 @@ function toggle_headers(link_id, headers_id)
- {% endif %} -- cgit v1.2.3