X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fprofile.html;h=44df9219122576deee36337e7566144a51d2c4b3;hb=8d22361203333811fb75c03442ea65bff7531891;hp=81005a36616f165cb476203a74530325899b3ef8;hpb=f1e089f7736ac8f7b9af784461350c4c169211ad;p=patchwork diff --git a/templates/patchwork/profile.html b/templates/patchwork/profile.html index 81005a3..44df921 100644 --- a/templates/patchwork/profile.html +++ b/templates/patchwork/profile.html @@ -22,46 +22,24 @@ Contributor to {% endif %}

-

Todo

+
+
+

Todo

{% if user.get_profile.n_todo_patches %} -

Your todo -list contains {{ user.get_profile.n_todo_patches }} -patch{{ user.get_profile.n_todo_patches|pluralize:"es" }}.

+

Your todo + list contains {{ user.get_profile.n_todo_patches }} + patch{{ user.get_profile.n_todo_patches|pluralize:"es" }}.

{% else %} -

Your todo list contains patches that have been delegated to you. You -have no items in your todo list at present.

-{% endif %} -

Bundles

- -{% if bundles %} - - - - - -{% for bundle in bundles %} - - - - - -{% endfor %} -
Bundle namePatches - Public Link
{{ bundle.name }}{{ bundle.n_patches }} - {% if bundle.public %} - {{ bundle.public_url }} - {% endif %} -
-{% else %} -

no bundles

+

Your todo list contains patches that have been delegated to you. You + have no items in your todo list at present.

{% endif %} +
- +

Linked email addresses

The following email addresses are associated with this patchwork account. Adding alternative addresses allows patchwork to group contributions that -you have made under different addressses.

+you have made under different addresses.

Adding a new email address will send a confirmation email to that address.

@@ -81,6 +59,7 @@ address.

{% ifnotequal user.email email.email %} + {% csrf_token %} {% endifnotequal %} @@ -90,16 +69,42 @@ address.

+ {% csrf_token %} {{ linkform.email }}
+
+
+ +
+ +
+

Bundles

+ +{% if bundles %} +

You have the following bundle{{ bundle|length|pluralize }}:

+ +

Visit the bundles + page to manage your bundles.

+{% else %} +

You have no bundles.

+{% endif %} +
+ +

Settings

+ {% csrf_token %} {{ profileform }} @@ -110,5 +115,15 @@ address.

+
+ +
+

Authentication

+Change password +
+ +
+ +

{% endblock %}