Merge lp:~cjohnston/loco-team-portal/bugfix-lp-609905 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Merged at revision: 199
Proposed branch: lp:~cjohnston/loco-team-portal/bugfix-lp-609905
Merge into: lp:loco-team-portal
Diff against target: 103 lines (+27/-21)
2 files modified
loco_directory/locale/loco-directory.pot (+14/-8)
loco_directory/templates/events/event_history_list.html (+13/-13)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/bugfix-lp-609905
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+30908@code.launchpad.net

Description of the change

Makes template and text changes to fix the /events/history/ page

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Good work!

review: Approve

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-07-21 10:27:59 +0000
+++ loco_directory/locale/loco-directory.pot 2010-07-26 00:37:41 +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-07-21 10:27+0000\n"11"POT-Creation-Date: 2010-07-26 00:33+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"
@@ -604,21 +604,23 @@
604msgstr ""604msgstr ""
605605
606#: templates/events/event_history_list.html:11606#: templates/events/event_history_list.html:11
607#: templates/events/event_history_list.html:24607msgid "Select a past global event below to see more information about it:"
608#: templates/events/event_list.html:41 templates/teams/team_event_list.html:22
609msgid "Select a team event below to see more information about it:"
610msgstr ""608msgstr ""
611609
612#: templates/events/event_history_list.html:16610#: templates/events/event_history_list.html:16
613msgid "There has been no LoCo Global Events in the past :("611msgid "There have been no LoCo Global Events in the past :("
614msgstr ""612msgstr ""
615613
616#: templates/events/event_history_list.html:22614#: templates/events/event_history_list.html:23
617msgid "Ubuntu LoCo Team Events History"615msgid "Ubuntu LoCo Team Events History"
618msgstr ""616msgstr ""
619617
620#: templates/events/event_history_list.html:29618#: templates/events/event_history_list.html:25
621msgid "There has been no LoCo Team Events in the past :("619msgid "Select a past team event below to see more information about it:"
620msgstr ""
621
622#: templates/events/event_history_list.html:30
623msgid "There have been no LoCo Team Events in the past :("
622msgstr ""624msgstr ""
623625
624#: templates/events/event_list.html:4626#: templates/events/event_list.html:4
@@ -657,6 +659,10 @@
657msgid "Team Events as ical"659msgid "Team Events as ical"
658msgstr ""660msgstr ""
659661
662#: templates/events/event_list.html:41 templates/teams/team_event_list.html:22
663msgid "Select a team event below to see more information about it:"
664msgstr ""
665
660#: templates/events/event_list.html:46666#: templates/events/event_list.html:46
661msgid "There are currently no LoCo Team Events :("667msgid "There are currently no LoCo Team Events :("
662msgstr ""668msgstr ""
663669
=== modified file 'loco_directory/templates/events/event_history_list.html'
--- loco_directory/templates/events/event_history_list.html 2009-12-26 10:00:19 +0000
+++ loco_directory/templates/events/event_history_list.html 2010-07-26 00:37:41 +0000
@@ -4,31 +4,31 @@
4{% block title %}{% trans "Ubuntu LoCo Events History" %}{% endblock %}4{% block title %}{% trans "Ubuntu LoCo Events History" %}{% endblock %}
55
6{% block content %}6{% block content %}
7<div class="mainpage">7<article class="main-content">
8<h1>{% trans "Ubuntu LoCo Global Events History" %}</h1>8<h2>{% trans "Ubuntu LoCo Global Events History" %}</h2>
99
10{% if global_event_list %}10{% if global_event_list %}
11<p>{% trans "Select a team event below to see more information about it:" %}</p>11<p>{% trans "Select a past global event below to see more information about it:" %}</p>
1212
13{% include "events/global_event_list.inc.html" %}13{% include "events/global_event_list.inc.html" %}
1414
15{% else %}15{% else %}
16<p>{% trans "There has been no LoCo Global Events in the past :(" %}</p>16<p>{% trans "There have been no LoCo Global Events in the past :(" %}</p>
17{% endif %}17{% endif %}
1818</article>
1919
2020<hr class="divide" />
2121
22<h1>{% trans "Ubuntu LoCo Team Events History" %}</h1>22<article class="main-content">
23<h2>{% trans "Ubuntu LoCo Team Events History" %}</h2>
23{% if team_event_list %}24{% if team_event_list %}
24<p>{% trans "Select a team event below to see more information about it:" %}</p>25<p>{% trans "Select a past team event below to see more information about it:" %}</p>
2526
26{% include "events/team_event_list.inc.html" %}27{% include "events/team_event_list.inc.html" %}
2728
28{% else %}29{% else %}
29<p>{% trans "There has been no LoCo Team Events in the past :(" %}</p>30<p>{% trans "There have been no LoCo Team Events in the past :(" %}</p>
30{% endif %}31{% endif %}
3132
3233</article>
33</div>
34{% endblock %}34{% endblock %}

Subscribers

People subscribed via source and target branches