X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fpatch.html;h=f18ee3b789e92de900f4814a79fb90027c693f03;hb=a48f76a2d3a98c21d4b37f19cf84073e77db55c8;hp=813622b18ef4270cec89dac51c0bae3670dd2355;hpb=a37842591183a2302f580ee4973a19e35661baf0;p=patchwork diff --git a/templates/patchwork/patch.html b/templates/patchwork/patch.html index 813622b..f18ee3b 100644 --- a/templates/patchwork/patch.html +++ b/templates/patchwork/patch.html @@ -30,7 +30,7 @@ function toggle_headers(link_id, headers_id) - + @@ -56,19 +56,19 @@ 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:project }}
Date{{ patch.get_absolute_url }}
State + State {{ patch.state.name }}{% if patch.archived %}, archived{% endif %}
Commit + Commit {{ patch.commit_ref }}
Delegated to: - {{ patch.delegate.get_profile.name }}Delegated to:{{ patch.delegate.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 %} @@ -180,7 +179,7 @@ function toggle_headers(link_id, headers_id)

Comments

{% for comment in patch.comments %}
-
{{ comment.submitter|personify }} - {{comment.date}}
+
{{ comment.submitter|personify:project }} - {{comment.date}}
 {{ comment|commentsyntax }}