Merge lp:~jose/loco-team-portal/approved-to-verified into lp:loco-team-portal

Proposed by José Antonio Rey
Status: Merged
Approved by: Adnane Belmadiaf
Approved revision: 662
Merged at revision: 662
Proposed branch: lp:~jose/loco-team-portal/approved-to-verified
Merge into: lp:loco-team-portal
Diff against target: 61 lines (+7/-7)
3 files modified
loco_directory/templates/teams/team_detail.html (+1/-1)
loco_directory/templates/teams/team_reapprovals.html (+3/-3)
loco_directory/templates/teams/team_update.html (+3/-3)
To merge this branch: bzr merge lp:~jose/loco-team-portal/approved-to-verified
Reviewer Review Type Date Requested Status
Adnane Belmadiaf Approve
Review via email: mp+195502@code.launchpad.net

Commit message

Changed 'approved' to 'verified' in various teams pages, updated links to verification links.

Description of the change

Changed some pages to display 'verification', 'verificated' or 're-verification' instead of 'approval', 'approved' or 'reapproval'. Also, updated some wiki links in as the pages were non-existant.

To post a comment you must log in.
Revision history for this message
Adnane Belmadiaf (daker) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'loco_directory/templates/teams/team_detail.html'
--- loco_directory/templates/teams/team_detail.html 2013-03-30 22:25:01 +0000
+++ loco_directory/templates/teams/team_detail.html 2013-11-17 05:34:45 +0000
@@ -142,7 +142,7 @@
142 </div>142 </div>
143 {% if team.approved %}143 {% if team.approved %}
144 <div id="loco-support">144 <div id="loco-support">
145 <span title="{% trans "Reapproval Date" %}" class="pictogram calendar"></span>145 <span title="{% trans "Re-verification Date" %}" class="pictogram calendar"></span>
146 <span class="value ellipsis medium-ellipsis">146 <span class="value ellipsis medium-ellipsis">
147 {% if team.approved %}147 {% if team.approved %}
148 {{ team.expires_date }}148 {{ team.expires_date }}
149149
=== modified file 'loco_directory/templates/teams/team_reapprovals.html'
--- loco_directory/templates/teams/team_reapprovals.html 2013-10-30 00:31:14 +0000
+++ loco_directory/templates/teams/team_reapprovals.html 2013-11-17 05:34:45 +0000
@@ -14,9 +14,9 @@
14<div class="row">14<div class="row">
15<section class="span-12">15<section class="span-12">
16 {% with '</a>' as end_link %}16 {% with '</a>' as end_link %}
17 {% with '<a href="https://wiki.ubuntu.com/LoCoGettingApproved">' as approved_link %}17 {% with '<a href="https://wiki.ubuntu.com/LoCoCouncil/TeamVerificationGuidelines">' as approved_link %}
18 {% with '<a href="https://wiki.ubuntu.com/LoCoFAQ">' as faq_link %}18 {% with '<a href="https://wiki.ubuntu.com/LoCoFAQ">' as faq_link %}
19 {% with '<a href="https://wiki.ubuntu.com/LoCoCouncil/LoCoTeamReApproval">' as reapprove_link %}19 {% with '<a href="https://wiki.ubuntu.com/LoCoCouncil/TeamVerificationGuidelines#Re-Verification">' as reapprove_link %}
2020
21 <h2>{% trans "Getting Your Team Verified" %}</h2>21 <h2>{% trans "Getting Your Team Verified" %}</h2>
22 <p>{% trans "Ubuntu LoCo teams fall into two approximate categories:" %}22 <p>{% trans "Ubuntu LoCo teams fall into two approximate categories:" %}
@@ -69,7 +69,7 @@
69 {% endif %}69 {% endif %}
7070
71 {% if not next_teams and not later_teams %}71 {% if not next_teams and not later_teams %}
72 <p>{% trans "There are currently no approved teams in the Ubuntu LoCo Team Portal. :(" %}</p>72 <p>{% trans "There are currently no verified teams in the Ubuntu LoCo Team Portal. :(" %}</p>
73 {% endif %}73 {% endif %}
74</section>74</section>
75</div>75</div>
7676
=== modified file 'loco_directory/templates/teams/team_update.html'
--- loco_directory/templates/teams/team_update.html 2013-02-18 21:27:39 +0000
+++ loco_directory/templates/teams/team_update.html 2013-11-17 05:34:45 +0000
@@ -28,16 +28,16 @@
28 <fieldset>28 <fieldset>
29 <h3>{% trans "Static information" %}</h3>29 <h3>{% trans "Static information" %}</h3>
30 <div class="approved">30 <div class="approved">
31 <span>Approved :</span>31 <span>Verified :</span>
32 <span>{% if team.approved %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %}</span>32 <span>{% if team.approved %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %}</span>
33 </div>33 </div>
34 {% if team.approved %}34 {% if team.approved %}
35 <div class="approved_date">35 <div class="approved_date">
36 <span>Date Approved :</span>36 <span>Date Verified :</span>
37 <span>{{ team.approved_date }}</span>37 <span>{{ team.approved_date }}</span>
38 </div>38 </div>
39 <div class="expires_date">39 <div class="expires_date">
40 <span>Reapproval Date :</span>40 <span>Re-verification Date :</span>
41 <span>{{ team.expires_date }}</span>41 <span>{{ team.expires_date }}</span>
42 </div>42 </div>
43 {% endif %}43 {% endif %}

Subscribers

People subscribed via source and target branches