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
=== modified file 'loco_directory/locale/loco-directory.pot'
--- loco_directory/locale/loco-directory.pot 2010-08-23 13:17:10 +0000
+++ loco_directory/locale/loco-directory.pot 2010-09-10 01:13:42 +0000
@@ -8,7 +8,7 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n"10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2010-08-23 13:16+0000\n"11"POT-Creation-Date: 2010-09-10 01:06+0000\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"14"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -172,122 +172,122 @@
172"LoCo Council."172"LoCo Council."
173msgstr ""173msgstr ""
174174
175#: events/views.py:315175#: events/views.py:317
176msgid "Your registration has been saved."176msgid "Your registration has been saved."
177msgstr ""177msgstr ""
178178
179#: events/views.py:346179#: events/views.py:350
180msgid "Comment saved."180msgid "Comment saved."
181msgstr ""181msgstr ""
182182
183#: events/views.py:414183#: events/views.py:418
184msgid "Global Event removed."184msgid "Global Event removed."
185msgstr ""185msgstr ""
186186
187#: events/views.py:420187#: events/views.py:424
188msgid "You can not remove this global event. You are not on the LoCo Council."188msgid "You can not remove this global event. You are not on the LoCo Council."
189msgstr ""189msgstr ""
190190
191#: events/views.py:434191#: events/views.py:438
192msgid "New Global Event created."192msgid "New Global Event created."
193msgstr ""193msgstr ""
194194
195#: events/views.py:445195#: events/views.py:449
196msgid "You can not add a new global event. You are not on the LoCo Council."196msgid "You can not add a new global event. You are not on the LoCo Council."
197msgstr ""197msgstr ""
198198
199#: events/views.py:461199#: events/views.py:465
200msgid "Global Event updated."200msgid "Global Event updated."
201msgstr ""201msgstr ""
202202
203#: events/views.py:472203#: events/views.py:476
204msgid "You can not update this global event. You are not on the LoCo Council."204msgid "You can not update this global event. You are not on the LoCo Council."
205msgstr ""205msgstr ""
206206
207#: teams/models.py:9207#: teams/models.py:10
208msgid "Language"208msgid "Language"
209msgstr ""209msgstr ""
210210
211#: teams/models.py:10211#: teams/models.py:11
212msgid "Language Code"212msgid "Language Code"
213msgstr ""213msgstr ""
214214
215#: teams/models.py:19215#: teams/models.py:20 teams/models.py:38
216msgid "Launchpad ID"
217msgstr ""
218
219#: teams/models.py:24 teams/models.py:42
220msgid "Name"216msgid "Name"
221msgstr ""217msgstr ""
222218
223#: teams/models.py:68219#: teams/models.py:64
224msgid "Launchpad Team ID"220msgid "Launchpad Team ID"
225msgstr ""221msgstr ""
226222
227#: teams/models.py:69223#: teams/models.py:65
228msgid "Team Name"224msgid "Team Name"
229msgstr ""225msgstr ""
230226
231#: teams/models.py:71227#: teams/models.py:67
232msgid "State/Province/Region"228msgid "State/Province/Region"
233msgstr ""229msgstr ""
234230
235#: teams/models.py:72231#: teams/models.py:68
236msgid "City"232msgid "City"
237msgstr ""233msgstr ""
238234
239#: teams/models.py:73235#: teams/models.py:69
240msgid "Ubuntu Wiki Page"236msgid "Ubuntu Wiki Page"
241msgstr ""237msgstr ""
242238
243#: teams/models.py:74239#: teams/models.py:70
244msgid "Website"240msgid "Website"
245msgstr ""241msgstr ""
246242
247#: teams/models.py:75243#: teams/models.py:71
248msgid "Mailing List URL"244msgid "Mailing List URL"
249msgstr ""245msgstr ""
250246
251#: teams/models.py:76247#: teams/models.py:72
252msgid "Forums URL"248msgid "Forums URL"
253msgstr ""249msgstr ""
254250
255#: teams/models.py:77251#: teams/models.py:73
256msgid "Email Address"252msgid "Email Address"
257msgstr ""253msgstr ""
258254
259#: teams/models.py:78 templates/teams/team_detail.html:86255#: teams/models.py:74 templates/teams/team_detail.html:125
260msgid "IRC Channel"256msgid "IRC Channel"
261msgstr ""257msgstr ""
262258
263#: teams/models.py:80259#: teams/models.py:76
264msgid ""260msgid ""
265"IRC Channel name that is hosted on the freenode IRC network. Ex. #ubuntu-"261"IRC Channel name that is hosted on the freenode IRC network. Ex. #ubuntu-"
266"chicago"262"chicago"
267msgstr ""263msgstr ""
268264
269#: teams/models.py:82265#: teams/models.py:78
270msgid "Provides local support"266msgid "Provides local support"
271msgstr ""267msgstr ""
272268
273#: teams/models.py:84269#: teams/models.py:80
274msgid "Approved Team"270msgid "Approved Team"
275msgstr ""271msgstr ""
276272
277#: teams/models.py:85273#: teams/models.py:81
278msgid "Date Approved"274msgid "Date Approved"
279msgstr ""275msgstr ""
280276
277#: teams/models.py:82
278msgid "Date Expires"
279msgstr ""
280
281#: teams/models.py:86281#: teams/models.py:86
282msgid "Date Expires"282msgid "URL of mugshot"
283msgstr ""283msgstr ""
284284
285#: teams/models.py:87285#: teams/models.py:88
286msgid "Launchpad Team Owner"286msgid "Flickr User ID"
287msgstr ""287msgstr ""
288288
289#: teams/models.py:89289#: teams/models.py:89
290msgid "URL of mugshot"290msgid "To get your Flickr user id go to http://idgettr.com. Ex. 47353004@N03"
291msgstr ""291msgstr ""
292292
293#: teams/views.py:116293#: teams/views.py:116
@@ -307,12 +307,12 @@
307msgstr ""307msgstr ""
308308
309#: templates/404.html:4 templates/500.html:4 templates/about.html:4309#: templates/404.html:4 templates/500.html:4 templates/about.html:4
310#: templates/about_loco.html:4 templates/base.html:4310#: templates/about_loco.html:4 templates/base.html:4 templates/irc_chat.html:4
311#: templates/loco_council.html:4 templates/using_locodir.html:4311#: templates/loco_council.html:4 templates/using_locodir.html:4
312#: templates/events/event_history_list.html:4312#: templates/events/event_history_list.html:4
313#: templates/events/event_list.html:4313#: templates/events/event_list.html:4
314#: templates/events/global_event_delete_confirm.html:4314#: templates/events/global_event_delete_confirm.html:4
315#: templates/events/global_event_detail.html:9315#: templates/events/global_event_detail.html:8
316#: templates/events/global_event_new.html:4316#: templates/events/global_event_new.html:4
317#: templates/events/global_event_update.html:4317#: templates/events/global_event_update.html:4
318#: templates/events/team_event_comment_new.html:4318#: templates/events/team_event_comment_new.html:4
@@ -535,52 +535,57 @@
535"LoCo project."535"LoCo project."
536msgstr ""536msgstr ""
537537
538#: templates/base.html:6 templates/base.html.py:58538#: templates/base.html:6 templates/base.html.py:60
539msgid "LoCo Team Directory"539msgid "LoCo Team Directory"
540msgstr ""540msgstr ""
541541
542#: templates/base.html:13542#: templates/base.html:14
543msgid "Show All Teams"543msgid "Show All Teams"
544msgstr ""544msgstr ""
545545
546#: templates/base.html:13 templates/using_locodir.html:16546#: templates/base.html:14 templates/using_locodir.html:16
547#: templates/events/team_event_list.inc.html:8547#: templates/events/team_event_list.inc.html:8
548msgid "Teams"548msgid "Teams"
549msgstr ""549msgstr ""
550550
551#: templates/base.html:14551#: templates/base.html:15
552msgid "Show All Events"552msgid "Show All Events"
553msgstr ""553msgstr ""
554554
555#: templates/base.html:14 templates/using_locodir.html:21555#: templates/base.html:15 templates/using_locodir.html:21
556msgid "Events"556msgid "Events"
557msgstr ""557msgstr ""
558558
559#: templates/base.html:15559#: templates/base.html:16
560msgid "LoCo Council"560msgid "LoCo Council"
561msgstr ""561msgstr ""
562562
563#: templates/base.html:16563#: templates/base.html:17
564msgid "About LoCo Teams"564msgid "About LoCo Teams"
565msgstr ""565msgstr ""
566566
567#: templates/base.html:16567#: templates/base.html:17
568msgid "About LoCos"568msgid "About LoCos"
569msgstr ""569msgstr ""
570570
571#: templates/base.html:18571#: templates/base.html:18 templates/irc_chat.html:4
572#: templates/irc_chat.html.py:12
573msgid "IRC Chat"
574msgstr ""
575
576#: templates/base.html:20
572msgid "Log Out"577msgid "Log Out"
573msgstr ""578msgstr ""
574579
575#: templates/base.html:20580#: templates/base.html:22
576msgid "Log In"581msgid "Log In"
577msgstr ""582msgstr ""
578583
579#: templates/base.html:43584#: templates/base.html:45
580msgid "Logged in as"585msgid "Logged in as"
581msgstr ""586msgstr ""
582587
583#: templates/base.html:57588#: templates/base.html:59
584msgid "About the LoCo Team Directory Project"589msgid "About the LoCo Team Directory Project"
585msgstr ""590msgstr ""
586591
@@ -589,43 +594,43 @@
589msgid "Using the LoCo Team Directory"594msgid "Using the LoCo Team Directory"
590msgstr ""595msgstr ""
591596
592#: templates/index.html:17597#: templates/index.html:18
593msgid "Ubuntu Local Community (LoCo) Team Directory"598msgid "Ubuntu Local Community (LoCo) Team Directory"
594msgstr ""599msgstr ""
595600
596#: templates/index.html:46601#: templates/index.html:47
597msgid "Click on your continent to find teams near you."602msgid "Click on your continent to find teams near you."
598msgstr ""603msgstr ""
599604
600#: templates/index.html:53605#: templates/index.html:54
601msgid "Show all Events"606msgid "Show all Events"
602msgstr ""607msgstr ""
603608
604#: templates/index.html:53 templates/teams/team_event_history.html:8609#: templates/index.html:54 templates/teams/team_event_history.html:8
605msgid "Upcoming Events"610msgid "Upcoming Events"
606msgstr ""611msgstr ""
607612
608#: templates/index.html:56613#: templates/index.html:57
609msgid "Global Events"614msgid "Global Events"
610msgstr ""615msgstr ""
611616
612#: templates/index.html:58 templates/events/event_list.html:29617#: templates/index.html:59 templates/events/event_list.html:29
613msgid "Global Events as ical"618msgid "Global Events as ical"
614msgstr ""619msgstr ""
615620
616#: templates/index.html:60 templates/events/event_list.html:31621#: templates/index.html:61 templates/events/event_list.html:31
617msgid "Select a global event below to see more information about it:"622msgid "Select a global event below to see more information about it:"
618msgstr ""623msgstr ""
619624
620#: templates/index.html:69625#: templates/index.html:70
621msgid "Upcoming Team Events"626msgid "Upcoming Team Events"
622msgstr ""627msgstr ""
623628
624#: templates/index.html:71 templates/events/event_list.html:46629#: templates/index.html:72 templates/events/event_list.html:46
625msgid "Team Events as ical"630msgid "Team Events as ical"
626msgstr ""631msgstr ""
627632
628#: templates/index.html:76 templates/events/global_event_detail.inc.html:30633#: templates/index.html:77 templates/events/global_event_detail.inc.html:117
629msgid "Microblogging"634msgid "Microblogging"
630msgstr ""635msgstr ""
631636
@@ -634,7 +639,7 @@
634msgstr ""639msgstr ""
635640
636#: templates/loco_council.html:7641#: templates/loco_council.html:7
637msgid "Upcoming Reapprovals"642msgid "Approved Teams"
638msgstr ""643msgstr ""
639644
640#: templates/loco_council.html:8645#: templates/loco_council.html:8
@@ -750,7 +755,7 @@
750msgstr ""755msgstr ""
751756
752#: templates/events/event_history_list.html:7757#: templates/events/event_history_list.html:7
753#: templates/events/global_event_detail.html:12758#: templates/events/global_event_detail.html:11
754#: templates/events/team_event_detail.html:7759#: templates/events/team_event_detail.html:7
755msgid "Back to Events List"760msgid "Back to Events List"
756msgstr ""761msgstr ""
@@ -795,7 +800,7 @@
795msgid "Add Team Event"800msgid "Add Team Event"
796msgstr ""801msgstr ""
797802
798#: templates/events/event_list.html:14 templates/teams/team_detail.html:104803#: templates/events/event_list.html:14 templates/teams/team_detail.html:143
799#: templates/teams/team_event_list.html:8804#: templates/teams/team_event_list.html:8
800msgid "Past Events"805msgid "Past Events"
801msgstr ""806msgstr ""
@@ -840,31 +845,35 @@
840msgid "Cancel"845msgid "Cancel"
841msgstr ""846msgstr ""
842847
843#: templates/events/global_event_detail.html:14848#: templates/events/global_event_detail.html:13
844msgid "Add Your Team's Event"849msgid "Add Your Team's Event"
845msgstr ""850msgstr ""
846851
847#: templates/events/global_event_detail.html:17852#: templates/events/global_event_detail.html:16
848#: templates/events/team_event_detail.html:11853#: templates/events/team_event_detail.html:11
849#: templates/teams/team_detail.html:9854#: templates/teams/team_detail.html:9
850msgid "Edit Details"855msgid "Edit Details"
851msgstr ""856msgstr ""
852857
853#: templates/events/global_event_detail.html:18858#: templates/events/global_event_detail.html:17
854#: templates/events/team_event_detail.html:12859#: templates/events/team_event_detail.html:12
855msgid "Delete Event"860msgid "Delete Event"
856msgstr ""861msgstr ""
857862
858#: templates/events/global_event_detail.inc.html:14863#: templates/events/global_event_detail.inc.html:101
859#: templates/events/team_event_detail.inc.html:14864#: templates/events/team_event_detail.inc.html:14
860msgid "Details"865msgid "Details"
861msgstr ""866msgstr ""
862867
863#: templates/events/global_event_detail.inc.html:22868#: templates/events/global_event_detail.inc.html:109
864#, python-format869#, python-format
865msgid "Participating Team Events (%(team_count)s)"870msgid "Participating Team Events (%(team_count)s)"
866msgstr ""871msgstr ""
867872
873#: templates/events/global_event_detail.inc.html:124
874msgid "Photos of"
875msgstr ""
876
868#: templates/events/global_event_detail_attending_teamevents.inc.html:10877#: templates/events/global_event_detail_attending_teamevents.inc.html:10
869#: templates/events/global_event_detail_attending_teamevents.inc.html:25878#: templates/events/global_event_detail_attending_teamevents.inc.html:25
870#: templates/events/global_event_detail_attending_teamevents.inc.html:38879#: templates/events/global_event_detail_attending_teamevents.inc.html:38
@@ -958,7 +967,7 @@
958msgstr ""967msgstr ""
959968
960#: templates/events/team_event_detail.html:17969#: templates/events/team_event_detail.html:17
961#: templates/teams/team_detail.html:106970#: templates/teams/team_detail.html:145
962msgid "iCal Feed"971msgid "iCal Feed"
963msgstr ""972msgstr ""
964973
@@ -1107,88 +1116,88 @@
1107msgid "Add New Event"1116msgid "Add New Event"
1108msgstr ""1117msgstr ""
11091118
1110#: templates/teams/team_detail.html:16 templates/teams/team_event_list.html:91119#: templates/teams/team_detail.html:58 templates/teams/team_event_list.html:9
1111msgid "Team Events (RSS)"1120msgid "Team Events (RSS)"
1112msgstr ""1121msgstr ""
11131122
1114#: templates/teams/team_detail.html:251123#: templates/teams/team_detail.html:67
1115msgid "Location:"1124msgid "Location:"
1116msgstr ""1125msgstr ""
11171126
1118#: templates/teams/team_detail.html:32 templates/teams/team_detail.html:421127#: templates/teams/team_detail.html:72 templates/teams/team_detail.html:82
1119#: templates/teams/team_detail.html:1171128#: templates/teams/team_detail.html:156
1120msgid "None Specified"1129msgid "None Specified"
1121msgstr ""1130msgstr ""
11221131
1123#: templates/teams/team_detail.html:371132#: templates/teams/team_detail.html:77
1124msgid "Languages:"1133msgid "Languages:"
1125msgstr ""1134msgstr ""
11261135
1127#: templates/teams/team_detail.html:471136#: templates/teams/team_detail.html:89
1128msgid "Launchpad Page:"
1129msgstr ""
1130
1131#: templates/teams/team_detail.html:52
1132msgid "Launchpad Team Owner:"
1133msgstr ""
1134
1135#: templates/teams/team_detail.html:58
1136msgid "Approval Date:"1137msgid "Approval Date:"
1137msgstr ""1138msgstr ""
11381139
1139#: templates/teams/team_detail.html:641140#: templates/teams/team_detail.html:95
1140msgid "Expires Date:"1141msgid "Expires Date:"
1141msgstr ""1142msgstr ""
11421143
1143#: templates/teams/team_detail.html:691144#: templates/teams/team_detail.html:100
1144msgid "Provides Local Support:"1145msgid "Local Support:"
1145msgstr ""1146msgstr ""
11461147
1147#: templates/teams/team_detail.html:731148#: templates/teams/team_detail.html:104
1148msgid "Launchpad Team Admin(s):"1149msgid "Team Admin(s):"
1149msgstr ""1150msgstr ""
11501151
1151#: templates/teams/team_detail.html:801152#: templates/teams/team_detail.html:112
1153msgid "Loco Contacts(s):"
1154msgstr ""
1155
1156#: templates/teams/team_detail.html:119
1152msgid "Resources:"1157msgid "Resources:"
1153msgstr ""1158msgstr ""
11541159
1155#: templates/teams/team_detail.html:831160#: templates/teams/team_detail.html:122
1156msgid "Team Wiki"1161msgid "Team Wiki"
1157msgstr ""1162msgstr ""
11581163
1159#: templates/teams/team_detail.html:891164#: templates/teams/team_detail.html:128
1160msgid "Team Mailing List"1165msgid "Team Mailing List"
1161msgstr ""1166msgstr ""
11621167
1163#: templates/teams/team_detail.html:921168#: templates/teams/team_detail.html:131
1164msgid "Team Forums"1169msgid "Team Forums"
1165msgstr ""1170msgstr ""
11661171
1167#: templates/teams/team_detail.html:951172#: templates/teams/team_detail.html:134
1168msgid "Team Website"1173msgid "Team Website"
1169msgstr ""1174msgstr ""
11701175
1171#: templates/teams/team_detail.html:1001176#: templates/teams/team_detail.html:139
1172msgid "Upcoming Events:"1177msgid "Upcoming Events:"
1173msgstr ""1178msgstr ""
11741179
1175#: templates/teams/team_detail.html:1031180#: templates/teams/team_detail.html:142
1176msgid "All Events"1181msgid "All Events"
1177msgstr ""1182msgstr ""
11781183
1179#: templates/teams/team_detail.html:1051184#: templates/teams/team_detail.html:144
1180msgid "RSS Feed"1185msgid "RSS Feed"
1181msgstr ""1186msgstr ""
11821187
1183#: templates/teams/team_detail.html:1131188#: templates/teams/team_detail.html:152
1184#, python-format1189#, python-format
1185msgid "%(start_date)s in %(city)s"1190msgid "%(start_date)s in %(city)s"
1186msgstr ""1191msgstr ""
11871192
1188#: templates/teams/team_detail.html:1131193#: templates/teams/team_detail.html:152
1189msgid "on: "1194msgid "on: "
1190msgstr ""1195msgstr ""
11911196
1197#: templates/teams/team_detail.html:169
1198msgid "Photos from"
1199msgstr ""
1200
1192#: templates/teams/team_event_history.html:41201#: templates/teams/team_event_history.html:4
1193#: templates/teams/team_event_history.html:151202#: templates/teams/team_event_history.html:15
1194#, python-format1203#, python-format
@@ -1220,40 +1229,110 @@
1220msgid "Ubuntu LoCo Teams List"1229msgid "Ubuntu LoCo Teams List"
1221msgstr ""1230msgstr ""
12221231
1223#: templates/teams/team_list.html:28 templates/teams/team_list.html.py:411232#: templates/teams/team_list.html:28 templates/teams/team_list.html.py:43
1224#: templates/teams/team_list.html:531233#: templates/teams/team_list.html:57
1225#, python-format1234#, python-format
1226msgid "%(teamname)s approved"1235msgid "%(teamname)s approved"
1227msgstr ""1236msgstr ""
12281237
1229#: templates/teams/team_list.html:28 templates/teams/team_list.html.py:411238#: templates/teams/team_list.html:28 templates/teams/team_list.html.py:43
1230#: templates/teams/team_list.html:531239#: templates/teams/team_list.html:57
1231#, python-format1240#, python-format
1232msgid "%(teamname)s not approved"1241msgid "%(teamname)s not approved"
1233msgstr ""1242msgstr ""
12341243
1235#: templates/teams/team_list.html:351244#: templates/teams/team_list.html:37
1236msgid "Countries without continent"1245msgid "Countries without continent"
1237msgstr ""1246msgstr ""
12381247
1239#: templates/teams/team_list.html:491248#: templates/teams/team_list.html:53
1240msgid "Teams without country"1249msgid "Teams without country"
1241msgstr ""1250msgstr ""
12421251
1243#: templates/teams/team_reapprovals.html:41252#: templates/teams/team_reapprovals.html:4
1244#: templates/teams/team_reapprovals.html:121253#: templates/teams/team_reapprovals.html:12
1245msgid "Ubuntu LoCo Team Approvals List"1254msgid "Approved Ubuntu LoCo Teams"
1246msgstr ""1255msgstr ""
12471256
1248#: templates/teams/team_reapprovals.html:171257#: templates/teams/team_reapprovals.html:17
1249msgid "Reapprovals in the next 6 months"1258msgid "Getting Your Team Approved"
1250msgstr ""1259msgstr ""
12511260
1252#: templates/teams/team_reapprovals.html:341261#: templates/teams/team_reapprovals.html:18
1253msgid "Reapprovals later on"1262msgid "Ubuntu LoCo teams fall into two approximate categories:"
1263msgstr ""
1264
1265#: templates/teams/team_reapprovals.html:20
1266msgid ""
1267"New Teams - these are teams that are in the process of getting started and "
1268"have not yet been officially approved as an Ubuntu LoCo team."
1269msgstr ""
1270
1271#: templates/teams/team_reapprovals.html:21
1272msgid ""
1273"Approved Teams - an approved team is a team that is up and running, has each "
1274"of the required resources in operation and the team is working well."
1275msgstr ""
1276
1277#: templates/teams/team_reapprovals.html:24
1278msgid "For more information on getting approved, you can look at"
1279msgstr ""
1280
1281#: templates/teams/team_reapprovals.html:24
1282msgid "getting your LoCo team approved"
1283msgstr ""
1284
1285#: templates/teams/team_reapprovals.html:24
1286msgid "and the"
1287msgstr ""
1288
1289#: templates/teams/team_reapprovals.html:24
1290msgid "LoCo Team FAQs"
1291msgstr ""
1292
1293#: templates/teams/team_reapprovals.html:24
1294msgid "pages created by the LoCo Council."
1295msgstr ""
1296
1297#: templates/teams/team_reapprovals.html:25
1298msgid "Getting Your Team Reapproved"
1299msgstr ""
1300
1301#: templates/teams/team_reapprovals.html:26
1302msgid ""
1303"Every two years each LoCo team must be reapproved. LoCo teams will be "
1304"contacted by a member of the LoCo Council notifying the team that it is time "
1305"for them to be reapproved. The LoCo team then will need to create an "
1306"application, much like the initial approval application showing that they "
1307"have been active in the community in the past two years."
1308msgstr ""
1309
1310#: templates/teams/team_reapprovals.html:27
1311msgid ""
1312"For more information on getting reapproved, the LoCo Council has created the"
1313msgstr ""
1314
1315#: templates/teams/team_reapprovals.html:27
1316msgid "LoCo Team Reapproval"
1317msgstr ""
1318
1319#: templates/teams/team_reapprovals.html:27
1320msgid "page."
1321msgstr ""
1322
1323#: templates/teams/team_reapprovals.html:32
1324msgid "Approved Teams:"
1325msgstr ""
1326
1327#: templates/teams/team_reapprovals.html:35
1328msgid "Reapprovals in the next 6 months:"
1254msgstr ""1329msgstr ""
12551330
1256#: templates/teams/team_reapprovals.html:511331#: templates/teams/team_reapprovals.html:51
1332msgid "Reapprovals later on:"
1333msgstr ""
1334
1335#: templates/teams/team_reapprovals.html:66
1257msgid ""1336msgid ""
1258"There are currently no approved teams in the Ubuntu LoCo Team Directory. :("1337"There are currently no approved teams in the Ubuntu LoCo Team Directory. :("
1259msgstr ""1338msgstr ""
@@ -1278,11 +1357,11 @@
1278msgid "Update Information Now!"1357msgid "Update Information Now!"
1279msgstr ""1358msgstr ""
12801359
1281#: templates/venues/venue_detail.html:151360#: templates/venues/venue_detail.html:14
1282msgid "Back to Venues List"1361msgid "Back to Venues List"
1283msgstr ""1362msgstr ""
12841363
1285#: templates/venues/venue_detail.html:171364#: templates/venues/venue_detail.html:16
1286msgid "Edit Venue Details"1365msgid "Edit Venue Details"
1287msgstr ""1366msgstr ""
12881367
@@ -1326,18 +1405,62 @@
1326msgid "There are currently no LoCo Venues :("1405msgid "There are currently no LoCo Venues :("
1327msgstr ""1406msgstr ""
13281407
1329#: templates/venues/venue_update.html:4 templates/venues/venue_update.html:361408#: templates/venues/venue_update.html:4 templates/venues/venue_update.html:35
1330msgid "Update Venue"1409msgid "Update Venue"
1331msgstr ""1410msgstr ""
13321411
1333#: templates/venues/venue_update.html:4 templates/venues/venue_update.html:361412#: templates/venues/venue_update.html:4 templates/venues/venue_update.html:35
1334msgid "New Venue"1413msgid "New Venue"
1335msgstr ""1414msgstr ""
13361415
1337#: templates/venues/venue_update.html:451416#: templates/venues/venue_update.html:44
1338msgid "Select venue position"1417msgid "Select venue position"
1339msgstr ""1418msgstr ""
13401419
1420#: userprofiles/models.py:10
1421msgid "Real Name"
1422msgstr ""
1423
1424#: userprofiles/models.py:11
1425msgid "Timezone"
1426msgstr ""
1427
1428#: userprofiles/models.py:13
1429msgid "Blog URL"
1430msgstr ""
1431
1432#: userprofiles/models.py:14
1433msgid "Twitter ID"
1434msgstr ""
1435
1436#: userprofiles/models.py:15
1437msgid "Identi.ca ID"
1438msgstr ""
1439
1440#: userprofiles/models.py:16
1441msgid "Picasa ID"
1442msgstr ""
1443
1444#: userprofiles/models.py:17
1445msgid "Flickr ID"
1446msgstr ""
1447
1448#: userprofiles/models.py:18
1449msgid "Facebook ID"
1450msgstr ""
1451
1452#: userprofiles/models.py:19
1453msgid "IRC Nick"
1454msgstr ""
1455
1456#: userprofiles/models.py:20
1457msgid "AOL IM Nick"
1458msgstr ""
1459
1460#: userprofiles/models.py:21
1461msgid "XMPP IM Nick"
1462msgstr ""
1463
1341#: venues/forms.py:91464#: venues/forms.py:9
1342msgid "Please use a descriptive name for the venue."1465msgid "Please use a descriptive name for the venue."
1343msgstr ""1466msgstr ""
13441467
=== modified file 'loco_directory/templates/loco_council.html'
--- loco_directory/templates/loco_council.html 2010-08-21 00:51:54 +0000
+++ loco_directory/templates/loco_council.html 2010-09-10 01:13:42 +0000
@@ -4,7 +4,7 @@
4{% block title %} {% trans "Ubuntu LoCo Council" %} | {% trans "Ubuntu LoCo Team Directory" %} {% endblock %}4{% block title %} {% trans "Ubuntu LoCo Council" %} | {% trans "Ubuntu LoCo Team Directory" %} {% endblock %}
55
6{% block sub_nav_links %}6{% block sub_nav_links %}
7<a class="sub-nav-item" href="reapprovals">{% trans "Upcoming Reapprovals" %}</a>7<a class="sub-nav-item" href="approved">{% trans "Approved Teams" %}</a>
8<a class="sub-nav-item" href="https://wiki.ubuntu.com/LoCoCouncil/Agenda">{% trans "Meeting Agenda" %}</a>8<a class="sub-nav-item" href="https://wiki.ubuntu.com/LoCoCouncil/Agenda">{% trans "Meeting Agenda" %}</a>
9{% endblock %}9{% endblock %}
10{% block search %}{% endblock %}10{% block search %}{% endblock %}
1111
=== modified file 'loco_directory/templates/teams/team_reapprovals.html'
--- loco_directory/templates/teams/team_reapprovals.html 2010-08-20 13:05:47 +0000
+++ loco_directory/templates/teams/team_reapprovals.html 2010-09-10 01:13:42 +0000
@@ -1,7 +1,7 @@
1{% extends "base.html" %}1{% extends "base.html" %}
2{% load i18n %}2{% load i18n %}
33
4{% block title %}{% trans "Ubuntu LoCo Team Approvals List" %} | {% trans "Ubuntu LoCo Team Directory" %} {% endblock %}4{% block title %}{% trans "Approved Ubuntu LoCo Teams" %} | {% trans "Ubuntu LoCo Team Directory" %} {% endblock %}
5{% block extrahead %}{{ block.super }}5{% block extrahead %}{{ block.super }}
6<link rel="stylesheet" type="text/css" href="/media/css/newstyle.css" />6<link rel="stylesheet" type="text/css" href="/media/css/newstyle.css" />
7{% endblock %}7{% endblock %}
@@ -9,47 +9,62 @@
99
10{% block content %}10{% block content %}
1111
12<h1>{% trans "Ubuntu LoCo Team Approvals List" %}</h1>12<h1>{% trans "Approved Ubuntu LoCo Teams" %}</h1>
13
13<hr class="divide" />14<hr class="divide" />
1415
15{% if next_teams %}16<article class="minor-content">
16<article class="minor-content">17 <h2>{% trans "Getting Your Team Approved" %}</h2>
17<h2>{% trans "Reapprovals in the next 6 months" %}</h2>18 <p>{% trans "Ubuntu LoCo teams fall into two approximate categories:" %}
18<table width="100%">19 <ul>
19<tr>20 <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>
20<td width="100%" valign="top" class="col2_container">21 <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>
21<ul id="main-content">22 </ul>
22{% for team in next_teams %}23 </p>
23<li class="approved"><a href="{% url team-detail team.lp_name %}">{{ team.name }}</a>: {{ team.expires_date }}</li>24 <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>
24{% endfor %}25 <h2>{% trans "Getting Your Team Reapproved" %}</h2>
25</ul>26 <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>
26</td>27 <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>
27</tr>28</article>
28</table>29
29</article>30
30{% endif %}31<article class="minor-content alone">
3132 <h2>{% trans "Approved Teams:" %}</h2>
32{% if later_teams %}33 <br />
33<article class="minor-content">34 {% if next_teams %}
34<h2>{% trans "Reapprovals later on" %}</h2>35 <h3>{% trans "Reapprovals in the next 6 months:" %}</h3>
35<table width="100%">36 <table width="100%">
36<tr>37 <tr>
37<td width="100%" valign="top" class="col2_container">38 <td width="100%" valign="top" class="col2_container">
38<ul id="main-content">39 <ul id="main-content">
39{% for team in later_teams %}40 {% for team in next_teams %}
40<li class="approved"><a href="{% url team-detail team.lp_name %}">{{ team.name }}</a>: {{ team.expires_date }}</li>41 <li class="approved"><a href="{% url team-detail team.lp_name %}">{{ team.name }}</a>: {{ team.expires_date }}</li>
41{% endfor %}42 {% endfor %}
42</ul>43 </ul>
43</td>44 </td>
44</tr>45 </tr>
45</table>46 </table>
46</article>47 {% endif %}
47{% endif %}48
4849 {% if later_teams %}
49{% if not next_teams and not later_teams %}50 <br />
50<article class="main-content">51 <h3>{% trans "Reapprovals later on:" %}</h3>
51<p>{% trans "There are currently no approved teams in the Ubuntu LoCo Team Directory. :(" %}</p>52 <table width="100%">
52</article>53 <tr>
53{% endif %}54 <td width="100%" valign="top" class="col2_container">
55 <ul id="main-content">
56 {% for team in later_teams %}
57 <li class="approved"><a href="{% url team-detail team.lp_name %}">{{ team.name }}</a>: {{ team.expires_date }}</li>
58 {% endfor %}
59 </ul>
60 </td>
61 </tr>
62 </table>
63 {% endif %}
64
65 {% if not next_teams and not later_teams %}
66 <p>{% trans "There are currently no approved teams in the Ubuntu LoCo Team Directory. :(" %}</p>
67 {% endif %}
68</article>
5469
55{% endblock %}70{% endblock %}
5671
=== modified file 'loco_directory/urls.py'
--- loco_directory/urls.py 2010-08-26 00:00:52 +0000
+++ loco_directory/urls.py 2010-09-10 01:13:42 +0000
@@ -19,7 +19,7 @@
19 url(r'^events/venues/', include('venues.urls')),19 url(r'^events/venues/', include('venues.urls')),
20 url(r'^events/', include('events.urls')),20 url(r'^events/', include('events.urls')),
21 url(r'^loco-council/$', 'common.views.loco_council', name='loco_council'),21 url(r'^loco-council/$', 'common.views.loco_council', name='loco_council'),
22 url(r'^loco-council/reapprovals$', 'teams.views.reapprovals', name='reapprovals'),22 url(r'^loco-council/approved$', 'teams.views.reapprovals', name='reapprovals'),
23 url(r'^logout$', 'common.views.site_logout'),23 url(r'^logout$', 'common.views.site_logout'),
24 url(r'^jsi18n', 'django.views.i18n.javascript_catalog', name='jsi18n'),24 url(r'^jsi18n', 'django.views.i18n.javascript_catalog', name='jsi18n'),
25 url(r'^services/', include('services.urls')),25 url(r'^services/', include('services.urls')),

Subscribers

People subscribed via source and target branches