Merge lp:~cjohnston/loco-team-portal/bug-611897 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Approved by: Michael Hall
Approved revision: 281
Merged at revision: 281
Proposed branch: lp:~cjohnston/loco-team-portal/bug-611897
Merge into: lp:loco-team-portal
Diff against target: 851 lines (+298/-160)
4 files modified
loco_directory/locale/loco-directory.pot (+240/-117)
loco_directory/templates/loco_council.html (+1/-1)
loco_directory/templates/teams/team_reapprovals.html (+56/-41)
loco_directory/urls.py (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/bug-611897
Reviewer Review Type Date Requested Status
LoCo Team Portal Developers Pending
Review via email: mp+35054@code.launchpad.net

Description of the change

Adds getting approved and getting reapproved info to approved teams page.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/locale/loco-directory.pot'
2--- loco_directory/locale/loco-directory.pot 2010-08-23 13:17:10 +0000
3+++ loco_directory/locale/loco-directory.pot 2010-09-10 01:13:42 +0000
4@@ -8,7 +8,7 @@
5 msgstr ""
6 "Project-Id-Version: PACKAGE VERSION\n"
7 "Report-Msgid-Bugs-To: \n"
8-"POT-Creation-Date: 2010-08-23 13:16+0000\n"
9+"POT-Creation-Date: 2010-09-10 01:06+0000\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13@@ -172,122 +172,122 @@
14 "LoCo Council."
15 msgstr ""
16
17-#: events/views.py:315
18+#: events/views.py:317
19 msgid "Your registration has been saved."
20 msgstr ""
21
22-#: events/views.py:346
23+#: events/views.py:350
24 msgid "Comment saved."
25 msgstr ""
26
27-#: events/views.py:414
28+#: events/views.py:418
29 msgid "Global Event removed."
30 msgstr ""
31
32-#: events/views.py:420
33+#: events/views.py:424
34 msgid "You can not remove this global event. You are not on the LoCo Council."
35 msgstr ""
36
37-#: events/views.py:434
38+#: events/views.py:438
39 msgid "New Global Event created."
40 msgstr ""
41
42-#: events/views.py:445
43+#: events/views.py:449
44 msgid "You can not add a new global event. You are not on the LoCo Council."
45 msgstr ""
46
47-#: events/views.py:461
48+#: events/views.py:465
49 msgid "Global Event updated."
50 msgstr ""
51
52-#: events/views.py:472
53+#: events/views.py:476
54 msgid "You can not update this global event. You are not on the LoCo Council."
55 msgstr ""
56
57-#: teams/models.py:9
58+#: teams/models.py:10
59 msgid "Language"
60 msgstr ""
61
62-#: teams/models.py:10
63+#: teams/models.py:11
64 msgid "Language Code"
65 msgstr ""
66
67-#: teams/models.py:19
68-msgid "Launchpad ID"
69-msgstr ""
70-
71-#: teams/models.py:24 teams/models.py:42
72+#: teams/models.py:20 teams/models.py:38
73 msgid "Name"
74 msgstr ""
75
76-#: teams/models.py:68
77+#: teams/models.py:64
78 msgid "Launchpad Team ID"
79 msgstr ""
80
81-#: teams/models.py:69
82+#: teams/models.py:65
83 msgid "Team Name"
84 msgstr ""
85
86-#: teams/models.py:71
87+#: teams/models.py:67
88 msgid "State/Province/Region"
89 msgstr ""
90
91-#: teams/models.py:72
92+#: teams/models.py:68
93 msgid "City"
94 msgstr ""
95
96-#: teams/models.py:73
97+#: teams/models.py:69
98 msgid "Ubuntu Wiki Page"
99 msgstr ""
100
101-#: teams/models.py:74
102+#: teams/models.py:70
103 msgid "Website"
104 msgstr ""
105
106-#: teams/models.py:75
107+#: teams/models.py:71
108 msgid "Mailing List URL"
109 msgstr ""
110
111-#: teams/models.py:76
112+#: teams/models.py:72
113 msgid "Forums URL"
114 msgstr ""
115
116-#: teams/models.py:77
117+#: teams/models.py:73
118 msgid "Email Address"
119 msgstr ""
120
121-#: teams/models.py:78 templates/teams/team_detail.html:86
122+#: teams/models.py:74 templates/teams/team_detail.html:125
123 msgid "IRC Channel"
124 msgstr ""
125
126-#: teams/models.py:80
127+#: teams/models.py:76
128 msgid ""
129 "IRC Channel name that is hosted on the freenode IRC network. Ex. #ubuntu-"
130 "chicago"
131 msgstr ""
132
133-#: teams/models.py:82
134+#: teams/models.py:78
135 msgid "Provides local support"
136 msgstr ""
137
138-#: teams/models.py:84
139+#: teams/models.py:80
140 msgid "Approved Team"
141 msgstr ""
142
143-#: teams/models.py:85
144+#: teams/models.py:81
145 msgid "Date Approved"
146 msgstr ""
147
148+#: teams/models.py:82
149+msgid "Date Expires"
150+msgstr ""
151+
152 #: teams/models.py:86
153-msgid "Date Expires"
154+msgid "URL of mugshot"
155 msgstr ""
156
157-#: teams/models.py:87
158-msgid "Launchpad Team Owner"
159+#: teams/models.py:88
160+msgid "Flickr User ID"
161 msgstr ""
162
163 #: teams/models.py:89
164-msgid "URL of mugshot"
165+msgid "To get your Flickr user id go to http://idgettr.com. Ex. 47353004@N03"
166 msgstr ""
167
168 #: teams/views.py:116
169@@ -307,12 +307,12 @@
170 msgstr ""
171
172 #: templates/404.html:4 templates/500.html:4 templates/about.html:4
173-#: templates/about_loco.html:4 templates/base.html:4
174+#: templates/about_loco.html:4 templates/base.html:4 templates/irc_chat.html:4
175 #: templates/loco_council.html:4 templates/using_locodir.html:4
176 #: templates/events/event_history_list.html:4
177 #: templates/events/event_list.html:4
178 #: templates/events/global_event_delete_confirm.html:4
179-#: templates/events/global_event_detail.html:9
180+#: templates/events/global_event_detail.html:8
181 #: templates/events/global_event_new.html:4
182 #: templates/events/global_event_update.html:4
183 #: templates/events/team_event_comment_new.html:4
184@@ -535,52 +535,57 @@
185 "LoCo project."
186 msgstr ""
187
188-#: templates/base.html:6 templates/base.html.py:58
189+#: templates/base.html:6 templates/base.html.py:60
190 msgid "LoCo Team Directory"
191 msgstr ""
192
193-#: templates/base.html:13
194+#: templates/base.html:14
195 msgid "Show All Teams"
196 msgstr ""
197
198-#: templates/base.html:13 templates/using_locodir.html:16
199+#: templates/base.html:14 templates/using_locodir.html:16
200 #: templates/events/team_event_list.inc.html:8
201 msgid "Teams"
202 msgstr ""
203
204-#: templates/base.html:14
205+#: templates/base.html:15
206 msgid "Show All Events"
207 msgstr ""
208
209-#: templates/base.html:14 templates/using_locodir.html:21
210+#: templates/base.html:15 templates/using_locodir.html:21
211 msgid "Events"
212 msgstr ""
213
214-#: templates/base.html:15
215+#: templates/base.html:16
216 msgid "LoCo Council"
217 msgstr ""
218
219-#: templates/base.html:16
220+#: templates/base.html:17
221 msgid "About LoCo Teams"
222 msgstr ""
223
224-#: templates/base.html:16
225+#: templates/base.html:17
226 msgid "About LoCos"
227 msgstr ""
228
229-#: templates/base.html:18
230+#: templates/base.html:18 templates/irc_chat.html:4
231+#: templates/irc_chat.html.py:12
232+msgid "IRC Chat"
233+msgstr ""
234+
235+#: templates/base.html:20
236 msgid "Log Out"
237 msgstr ""
238
239-#: templates/base.html:20
240+#: templates/base.html:22
241 msgid "Log In"
242 msgstr ""
243
244-#: templates/base.html:43
245+#: templates/base.html:45
246 msgid "Logged in as"
247 msgstr ""
248
249-#: templates/base.html:57
250+#: templates/base.html:59
251 msgid "About the LoCo Team Directory Project"
252 msgstr ""
253
254@@ -589,43 +594,43 @@
255 msgid "Using the LoCo Team Directory"
256 msgstr ""
257
258-#: templates/index.html:17
259+#: templates/index.html:18
260 msgid "Ubuntu Local Community (LoCo) Team Directory"
261 msgstr ""
262
263-#: templates/index.html:46
264+#: templates/index.html:47
265 msgid "Click on your continent to find teams near you."
266 msgstr ""
267
268-#: templates/index.html:53
269+#: templates/index.html:54
270 msgid "Show all Events"
271 msgstr ""
272
273-#: templates/index.html:53 templates/teams/team_event_history.html:8
274+#: templates/index.html:54 templates/teams/team_event_history.html:8
275 msgid "Upcoming Events"
276 msgstr ""
277
278-#: templates/index.html:56
279+#: templates/index.html:57
280 msgid "Global Events"
281 msgstr ""
282
283-#: templates/index.html:58 templates/events/event_list.html:29
284+#: templates/index.html:59 templates/events/event_list.html:29
285 msgid "Global Events as ical"
286 msgstr ""
287
288-#: templates/index.html:60 templates/events/event_list.html:31
289+#: templates/index.html:61 templates/events/event_list.html:31
290 msgid "Select a global event below to see more information about it:"
291 msgstr ""
292
293-#: templates/index.html:69
294+#: templates/index.html:70
295 msgid "Upcoming Team Events"
296 msgstr ""
297
298-#: templates/index.html:71 templates/events/event_list.html:46
299+#: templates/index.html:72 templates/events/event_list.html:46
300 msgid "Team Events as ical"
301 msgstr ""
302
303-#: templates/index.html:76 templates/events/global_event_detail.inc.html:30
304+#: templates/index.html:77 templates/events/global_event_detail.inc.html:117
305 msgid "Microblogging"
306 msgstr ""
307
308@@ -634,7 +639,7 @@
309 msgstr ""
310
311 #: templates/loco_council.html:7
312-msgid "Upcoming Reapprovals"
313+msgid "Approved Teams"
314 msgstr ""
315
316 #: templates/loco_council.html:8
317@@ -750,7 +755,7 @@
318 msgstr ""
319
320 #: templates/events/event_history_list.html:7
321-#: templates/events/global_event_detail.html:12
322+#: templates/events/global_event_detail.html:11
323 #: templates/events/team_event_detail.html:7
324 msgid "Back to Events List"
325 msgstr ""
326@@ -795,7 +800,7 @@
327 msgid "Add Team Event"
328 msgstr ""
329
330-#: templates/events/event_list.html:14 templates/teams/team_detail.html:104
331+#: templates/events/event_list.html:14 templates/teams/team_detail.html:143
332 #: templates/teams/team_event_list.html:8
333 msgid "Past Events"
334 msgstr ""
335@@ -840,31 +845,35 @@
336 msgid "Cancel"
337 msgstr ""
338
339-#: templates/events/global_event_detail.html:14
340+#: templates/events/global_event_detail.html:13
341 msgid "Add Your Team's Event"
342 msgstr ""
343
344-#: templates/events/global_event_detail.html:17
345+#: templates/events/global_event_detail.html:16
346 #: templates/events/team_event_detail.html:11
347 #: templates/teams/team_detail.html:9
348 msgid "Edit Details"
349 msgstr ""
350
351-#: templates/events/global_event_detail.html:18
352+#: templates/events/global_event_detail.html:17
353 #: templates/events/team_event_detail.html:12
354 msgid "Delete Event"
355 msgstr ""
356
357-#: templates/events/global_event_detail.inc.html:14
358+#: templates/events/global_event_detail.inc.html:101
359 #: templates/events/team_event_detail.inc.html:14
360 msgid "Details"
361 msgstr ""
362
363-#: templates/events/global_event_detail.inc.html:22
364+#: templates/events/global_event_detail.inc.html:109
365 #, python-format
366 msgid "Participating Team Events (%(team_count)s)"
367 msgstr ""
368
369+#: templates/events/global_event_detail.inc.html:124
370+msgid "Photos of"
371+msgstr ""
372+
373 #: templates/events/global_event_detail_attending_teamevents.inc.html:10
374 #: templates/events/global_event_detail_attending_teamevents.inc.html:25
375 #: templates/events/global_event_detail_attending_teamevents.inc.html:38
376@@ -958,7 +967,7 @@
377 msgstr ""
378
379 #: templates/events/team_event_detail.html:17
380-#: templates/teams/team_detail.html:106
381+#: templates/teams/team_detail.html:145
382 msgid "iCal Feed"
383 msgstr ""
384
385@@ -1107,88 +1116,88 @@
386 msgid "Add New Event"
387 msgstr ""
388
389-#: templates/teams/team_detail.html:16 templates/teams/team_event_list.html:9
390+#: templates/teams/team_detail.html:58 templates/teams/team_event_list.html:9
391 msgid "Team Events (RSS)"
392 msgstr ""
393
394-#: templates/teams/team_detail.html:25
395+#: templates/teams/team_detail.html:67
396 msgid "Location:"
397 msgstr ""
398
399-#: templates/teams/team_detail.html:32 templates/teams/team_detail.html:42
400-#: templates/teams/team_detail.html:117
401+#: templates/teams/team_detail.html:72 templates/teams/team_detail.html:82
402+#: templates/teams/team_detail.html:156
403 msgid "None Specified"
404 msgstr ""
405
406-#: templates/teams/team_detail.html:37
407+#: templates/teams/team_detail.html:77
408 msgid "Languages:"
409 msgstr ""
410
411-#: templates/teams/team_detail.html:47
412-msgid "Launchpad Page:"
413-msgstr ""
414-
415-#: templates/teams/team_detail.html:52
416-msgid "Launchpad Team Owner:"
417-msgstr ""
418-
419-#: templates/teams/team_detail.html:58
420+#: templates/teams/team_detail.html:89
421 msgid "Approval Date:"
422 msgstr ""
423
424-#: templates/teams/team_detail.html:64
425+#: templates/teams/team_detail.html:95
426 msgid "Expires Date:"
427 msgstr ""
428
429-#: templates/teams/team_detail.html:69
430-msgid "Provides Local Support:"
431-msgstr ""
432-
433-#: templates/teams/team_detail.html:73
434-msgid "Launchpad Team Admin(s):"
435-msgstr ""
436-
437-#: templates/teams/team_detail.html:80
438+#: templates/teams/team_detail.html:100
439+msgid "Local Support:"
440+msgstr ""
441+
442+#: templates/teams/team_detail.html:104
443+msgid "Team Admin(s):"
444+msgstr ""
445+
446+#: templates/teams/team_detail.html:112
447+msgid "Loco Contacts(s):"
448+msgstr ""
449+
450+#: templates/teams/team_detail.html:119
451 msgid "Resources:"
452 msgstr ""
453
454-#: templates/teams/team_detail.html:83
455+#: templates/teams/team_detail.html:122
456 msgid "Team Wiki"
457 msgstr ""
458
459-#: templates/teams/team_detail.html:89
460+#: templates/teams/team_detail.html:128
461 msgid "Team Mailing List"
462 msgstr ""
463
464-#: templates/teams/team_detail.html:92
465+#: templates/teams/team_detail.html:131
466 msgid "Team Forums"
467 msgstr ""
468
469-#: templates/teams/team_detail.html:95
470+#: templates/teams/team_detail.html:134
471 msgid "Team Website"
472 msgstr ""
473
474-#: templates/teams/team_detail.html:100
475+#: templates/teams/team_detail.html:139
476 msgid "Upcoming Events:"
477 msgstr ""
478
479-#: templates/teams/team_detail.html:103
480+#: templates/teams/team_detail.html:142
481 msgid "All Events"
482 msgstr ""
483
484-#: templates/teams/team_detail.html:105
485+#: templates/teams/team_detail.html:144
486 msgid "RSS Feed"
487 msgstr ""
488
489-#: templates/teams/team_detail.html:113
490+#: templates/teams/team_detail.html:152
491 #, python-format
492 msgid "%(start_date)s in %(city)s"
493 msgstr ""
494
495-#: templates/teams/team_detail.html:113
496+#: templates/teams/team_detail.html:152
497 msgid "on: "
498 msgstr ""
499
500+#: templates/teams/team_detail.html:169
501+msgid "Photos from"
502+msgstr ""
503+
504 #: templates/teams/team_event_history.html:4
505 #: templates/teams/team_event_history.html:15
506 #, python-format
507@@ -1220,40 +1229,110 @@
508 msgid "Ubuntu LoCo Teams List"
509 msgstr ""
510
511-#: templates/teams/team_list.html:28 templates/teams/team_list.html.py:41
512-#: templates/teams/team_list.html:53
513+#: templates/teams/team_list.html:28 templates/teams/team_list.html.py:43
514+#: templates/teams/team_list.html:57
515 #, python-format
516 msgid "%(teamname)s approved"
517 msgstr ""
518
519-#: templates/teams/team_list.html:28 templates/teams/team_list.html.py:41
520-#: templates/teams/team_list.html:53
521+#: templates/teams/team_list.html:28 templates/teams/team_list.html.py:43
522+#: templates/teams/team_list.html:57
523 #, python-format
524 msgid "%(teamname)s not approved"
525 msgstr ""
526
527-#: templates/teams/team_list.html:35
528+#: templates/teams/team_list.html:37
529 msgid "Countries without continent"
530 msgstr ""
531
532-#: templates/teams/team_list.html:49
533+#: templates/teams/team_list.html:53
534 msgid "Teams without country"
535 msgstr ""
536
537 #: templates/teams/team_reapprovals.html:4
538 #: templates/teams/team_reapprovals.html:12
539-msgid "Ubuntu LoCo Team Approvals List"
540+msgid "Approved Ubuntu LoCo Teams"
541 msgstr ""
542
543 #: templates/teams/team_reapprovals.html:17
544-msgid "Reapprovals in the next 6 months"
545-msgstr ""
546-
547-#: templates/teams/team_reapprovals.html:34
548-msgid "Reapprovals later on"
549+msgid "Getting Your Team Approved"
550+msgstr ""
551+
552+#: templates/teams/team_reapprovals.html:18
553+msgid "Ubuntu LoCo teams fall into two approximate categories:"
554+msgstr ""
555+
556+#: templates/teams/team_reapprovals.html:20
557+msgid ""
558+"New Teams - these are teams that are in the process of getting started and "
559+"have not yet been officially approved as an Ubuntu LoCo team."
560+msgstr ""
561+
562+#: templates/teams/team_reapprovals.html:21
563+msgid ""
564+"Approved Teams - an approved team is a team that is up and running, has each "
565+"of the required resources in operation and the team is working well."
566+msgstr ""
567+
568+#: templates/teams/team_reapprovals.html:24
569+msgid "For more information on getting approved, you can look at"
570+msgstr ""
571+
572+#: templates/teams/team_reapprovals.html:24
573+msgid "getting your LoCo team approved"
574+msgstr ""
575+
576+#: templates/teams/team_reapprovals.html:24
577+msgid "and the"
578+msgstr ""
579+
580+#: templates/teams/team_reapprovals.html:24
581+msgid "LoCo Team FAQs"
582+msgstr ""
583+
584+#: templates/teams/team_reapprovals.html:24
585+msgid "pages created by the LoCo Council."
586+msgstr ""
587+
588+#: templates/teams/team_reapprovals.html:25
589+msgid "Getting Your Team Reapproved"
590+msgstr ""
591+
592+#: templates/teams/team_reapprovals.html:26
593+msgid ""
594+"Every two years each LoCo team must be reapproved. LoCo teams will be "
595+"contacted by a member of the LoCo Council notifying the team that it is time "
596+"for them to be reapproved. The LoCo team then will need to create an "
597+"application, much like the initial approval application showing that they "
598+"have been active in the community in the past two years."
599+msgstr ""
600+
601+#: templates/teams/team_reapprovals.html:27
602+msgid ""
603+"For more information on getting reapproved, the LoCo Council has created the"
604+msgstr ""
605+
606+#: templates/teams/team_reapprovals.html:27
607+msgid "LoCo Team Reapproval"
608+msgstr ""
609+
610+#: templates/teams/team_reapprovals.html:27
611+msgid "page."
612+msgstr ""
613+
614+#: templates/teams/team_reapprovals.html:32
615+msgid "Approved Teams:"
616+msgstr ""
617+
618+#: templates/teams/team_reapprovals.html:35
619+msgid "Reapprovals in the next 6 months:"
620 msgstr ""
621
622 #: templates/teams/team_reapprovals.html:51
623+msgid "Reapprovals later on:"
624+msgstr ""
625+
626+#: templates/teams/team_reapprovals.html:66
627 msgid ""
628 "There are currently no approved teams in the Ubuntu LoCo Team Directory. :("
629 msgstr ""
630@@ -1278,11 +1357,11 @@
631 msgid "Update Information Now!"
632 msgstr ""
633
634-#: templates/venues/venue_detail.html:15
635+#: templates/venues/venue_detail.html:14
636 msgid "Back to Venues List"
637 msgstr ""
638
639-#: templates/venues/venue_detail.html:17
640+#: templates/venues/venue_detail.html:16
641 msgid "Edit Venue Details"
642 msgstr ""
643
644@@ -1326,18 +1405,62 @@
645 msgid "There are currently no LoCo Venues :("
646 msgstr ""
647
648-#: templates/venues/venue_update.html:4 templates/venues/venue_update.html:36
649+#: templates/venues/venue_update.html:4 templates/venues/venue_update.html:35
650 msgid "Update Venue"
651 msgstr ""
652
653-#: templates/venues/venue_update.html:4 templates/venues/venue_update.html:36
654+#: templates/venues/venue_update.html:4 templates/venues/venue_update.html:35
655 msgid "New Venue"
656 msgstr ""
657
658-#: templates/venues/venue_update.html:45
659+#: templates/venues/venue_update.html:44
660 msgid "Select venue position"
661 msgstr ""
662
663+#: userprofiles/models.py:10
664+msgid "Real Name"
665+msgstr ""
666+
667+#: userprofiles/models.py:11
668+msgid "Timezone"
669+msgstr ""
670+
671+#: userprofiles/models.py:13
672+msgid "Blog URL"
673+msgstr ""
674+
675+#: userprofiles/models.py:14
676+msgid "Twitter ID"
677+msgstr ""
678+
679+#: userprofiles/models.py:15
680+msgid "Identi.ca ID"
681+msgstr ""
682+
683+#: userprofiles/models.py:16
684+msgid "Picasa ID"
685+msgstr ""
686+
687+#: userprofiles/models.py:17
688+msgid "Flickr ID"
689+msgstr ""
690+
691+#: userprofiles/models.py:18
692+msgid "Facebook ID"
693+msgstr ""
694+
695+#: userprofiles/models.py:19
696+msgid "IRC Nick"
697+msgstr ""
698+
699+#: userprofiles/models.py:20
700+msgid "AOL IM Nick"
701+msgstr ""
702+
703+#: userprofiles/models.py:21
704+msgid "XMPP IM Nick"
705+msgstr ""
706+
707 #: venues/forms.py:9
708 msgid "Please use a descriptive name for the venue."
709 msgstr ""
710
711=== modified file 'loco_directory/templates/loco_council.html'
712--- loco_directory/templates/loco_council.html 2010-08-21 00:51:54 +0000
713+++ loco_directory/templates/loco_council.html 2010-09-10 01:13:42 +0000
714@@ -4,7 +4,7 @@
715 {% block title %} {% trans "Ubuntu LoCo Council" %} | {% trans "Ubuntu LoCo Team Directory" %} {% endblock %}
716
717 {% block sub_nav_links %}
718-<a class="sub-nav-item" href="reapprovals">{% trans "Upcoming Reapprovals" %}</a>
719+<a class="sub-nav-item" href="approved">{% trans "Approved Teams" %}</a>
720 <a class="sub-nav-item" href="https://wiki.ubuntu.com/LoCoCouncil/Agenda">{% trans "Meeting Agenda" %}</a>
721 {% endblock %}
722 {% block search %}{% endblock %}
723
724=== modified file 'loco_directory/templates/teams/team_reapprovals.html'
725--- loco_directory/templates/teams/team_reapprovals.html 2010-08-20 13:05:47 +0000
726+++ loco_directory/templates/teams/team_reapprovals.html 2010-09-10 01:13:42 +0000
727@@ -1,7 +1,7 @@
728 {% extends "base.html" %}
729 {% load i18n %}
730
731-{% block title %}{% trans "Ubuntu LoCo Team Approvals List" %} | {% trans "Ubuntu LoCo Team Directory" %} {% endblock %}
732+{% block title %}{% trans "Approved Ubuntu LoCo Teams" %} | {% trans "Ubuntu LoCo Team Directory" %} {% endblock %}
733 {% block extrahead %}{{ block.super }}
734 <link rel="stylesheet" type="text/css" href="/media/css/newstyle.css" />
735 {% endblock %}
736@@ -9,47 +9,62 @@
737
738 {% block content %}
739
740-<h1>{% trans "Ubuntu LoCo Team Approvals List" %}</h1>
741+<h1>{% trans "Approved Ubuntu LoCo Teams" %}</h1>
742+
743 <hr class="divide" />
744
745-{% if next_teams %}
746-<article class="minor-content">
747-<h2>{% trans "Reapprovals in the next 6 months" %}</h2>
748-<table width="100%">
749-<tr>
750-<td width="100%" valign="top" class="col2_container">
751-<ul id="main-content">
752-{% for team in next_teams %}
753-<li class="approved"><a href="{% url team-detail team.lp_name %}">{{ team.name }}</a>: {{ team.expires_date }}</li>
754-{% endfor %}
755-</ul>
756-</td>
757-</tr>
758-</table>
759-</article>
760-{% endif %}
761-
762-{% if later_teams %}
763-<article class="minor-content">
764-<h2>{% trans "Reapprovals later on" %}</h2>
765-<table width="100%">
766-<tr>
767-<td width="100%" valign="top" class="col2_container">
768-<ul id="main-content">
769-{% for team in later_teams %}
770-<li class="approved"><a href="{% url team-detail team.lp_name %}">{{ team.name }}</a>: {{ team.expires_date }}</li>
771-{% endfor %}
772-</ul>
773-</td>
774-</tr>
775-</table>
776-</article>
777-{% endif %}
778-
779-{% if not next_teams and not later_teams %}
780-<article class="main-content">
781-<p>{% trans "There are currently no approved teams in the Ubuntu LoCo Team Directory. :(" %}</p>
782-</article>
783-{% endif %}
784+<article class="minor-content">
785+ <h2>{% trans "Getting Your Team Approved" %}</h2>
786+ <p>{% trans "Ubuntu LoCo teams fall into two approximate categories:" %}
787+ <ul>
788+ <li>{% trans "New Teams - these are teams that are in the process of getting started and have not yet been officially approved as an Ubuntu LoCo team." %}</li>
789+ <li>{% trans "Approved Teams - an approved team is a team that is up and running, has each of the required resources in operation and the team is working well." %}</li>
790+ </ul>
791+ </p>
792+ <p>{% trans "For more information on getting approved, you can look at" %} <a href="https://wiki.ubuntu.com/LoCoGettingApproved">{% trans "getting your LoCo team approved" %}</a> {% trans "and the" %} <a href="https://wiki.ubuntu.com/LoCoFAQ">{% trans "LoCo Team FAQs" %}</a> {% trans "pages created by the LoCo Council." %}</p>
793+ <h2>{% trans "Getting Your Team Reapproved" %}</h2>
794+ <p>{% trans "Every two years each LoCo team must be reapproved. LoCo teams will be contacted by a member of the LoCo Council notifying the team that it is time for them to be reapproved. The LoCo team then will need to create an application, much like the initial approval application showing that they have been active in the community in the past two years." %}</p>
795+ <p>{% trans "For more information on getting reapproved, the LoCo Council has created the" %} <a href="https://wiki.ubuntu.com/LoCoCouncil/LoCoTeamReApproval">{% trans "LoCo Team Reapproval" %}</a> {% trans "page." %}</p>
796+</article>
797+
798+
799+<article class="minor-content alone">
800+ <h2>{% trans "Approved Teams:" %}</h2>
801+ <br />
802+ {% if next_teams %}
803+ <h3>{% trans "Reapprovals in the next 6 months:" %}</h3>
804+ <table width="100%">
805+ <tr>
806+ <td width="100%" valign="top" class="col2_container">
807+ <ul id="main-content">
808+ {% for team in next_teams %}
809+ <li class="approved"><a href="{% url team-detail team.lp_name %}">{{ team.name }}</a>: {{ team.expires_date }}</li>
810+ {% endfor %}
811+ </ul>
812+ </td>
813+ </tr>
814+ </table>
815+ {% endif %}
816+
817+ {% if later_teams %}
818+ <br />
819+ <h3>{% trans "Reapprovals later on:" %}</h3>
820+ <table width="100%">
821+ <tr>
822+ <td width="100%" valign="top" class="col2_container">
823+ <ul id="main-content">
824+ {% for team in later_teams %}
825+ <li class="approved"><a href="{% url team-detail team.lp_name %}">{{ team.name }}</a>: {{ team.expires_date }}</li>
826+ {% endfor %}
827+ </ul>
828+ </td>
829+ </tr>
830+ </table>
831+ {% endif %}
832+
833+ {% if not next_teams and not later_teams %}
834+ <p>{% trans "There are currently no approved teams in the Ubuntu LoCo Team Directory. :(" %}</p>
835+ {% endif %}
836+</article>
837
838 {% endblock %}
839
840=== modified file 'loco_directory/urls.py'
841--- loco_directory/urls.py 2010-08-26 00:00:52 +0000
842+++ loco_directory/urls.py 2010-09-10 01:13:42 +0000
843@@ -19,7 +19,7 @@
844 url(r'^events/venues/', include('venues.urls')),
845 url(r'^events/', include('events.urls')),
846 url(r'^loco-council/$', 'common.views.loco_council', name='loco_council'),
847- url(r'^loco-council/reapprovals$', 'teams.views.reapprovals', name='reapprovals'),
848+ url(r'^loco-council/approved$', 'teams.views.reapprovals', name='reapprovals'),
849 url(r'^logout$', 'common.views.site_logout'),
850 url(r'^jsi18n', 'django.views.i18n.javascript_catalog', name='jsi18n'),
851 url(r'^services/', include('services.urls')),

Subscribers

People subscribed via source and target branches