~daker/loco-team-portal/fix.1303773

« back to all changes in this revision

Viewing changes to loco_directory/templates/teams/team_reapprovals.html

  • Committer: Tarmac
  • Author(s): José Antonio Rey
  • Date: 2013-11-25 20:50:19 UTC
  • mfrom: (661.1.1 loco-team-portal)
  • Revision ID: tarmac-20131125205019-qrvrhfn4ryup2he1
[r=Adnane Belmadiaf] Changed 'approved' to 'verified' in various teams pages, updated links to verification links. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
<div class="row">
15
15
<section class="span-12">
16
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
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 %}
20
20
 
21
21
    <h2>{% trans "Getting Your Team Verified" %}</h2>
22
22
    <p>{% trans "Ubuntu LoCo teams fall into two approximate categories:" %}
69
69
    {% endif %}
70
70
 
71
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
73
    {% endif %}
74
74
</section>
75
75
</div>