Merge lp:~dholbach/loco-team-portal/fix-479088 into lp:loco-team-portal

Proposed by Daniel Holbach
Status: Merged
Merged at revision: not available
Proposed branch: lp:~dholbach/loco-team-portal/fix-479088
Merge into: lp:loco-team-portal
Diff against target: 77 lines (+0/-27)
5 files modified
loco_directory/templates/404.html (+0/-5)
loco_directory/templates/500.html (+0/-5)
loco_directory/templates/about.html (+0/-6)
loco_directory/templates/base.html (+0/-5)
loco_directory/templates/index.html (+0/-6)
To merge this branch: bzr merge lp:~dholbach/loco-team-portal/fix-479088
Reviewer Review Type Date Requested Status
Thomas Bechtold (community) Approve
Review via email: mp+19347@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Thomas Bechtold (toabctl) wrote :

Great!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/templates/404.html'
2--- loco_directory/templates/404.html 2010-01-19 14:24:01 +0000
3+++ loco_directory/templates/404.html 2010-02-15 17:04:15 +0000
4@@ -17,10 +17,5 @@
5 </div>
6 <div class="clear"></div>
7 </div><!-- container -->
8-{% if translator_credits %}
9-<p class="footnote">
10-{% trans "Translated by:" %} {{ translator_credits|join:", " }}
11-</p>
12-{% endif %}
13
14 {% endblock %}
15
16=== modified file 'loco_directory/templates/500.html'
17--- loco_directory/templates/500.html 2010-01-19 14:24:01 +0000
18+++ loco_directory/templates/500.html 2010-02-15 17:04:15 +0000
19@@ -18,10 +18,5 @@
20 </div>
21 <div class="clear"></div>
22 </div><!-- container -->
23-{% if translator_credits %}
24-<p class="footnote">
25-{% trans "Translated by:" %} {{ translator_credits|join:", " }}
26-</p>
27-{% endif %}
28
29 {% endblock %}
30
31=== modified file 'loco_directory/templates/about.html'
32--- loco_directory/templates/about.html 2009-12-22 10:51:06 +0000
33+++ loco_directory/templates/about.html 2010-02-15 17:04:15 +0000
34@@ -42,11 +42,5 @@
35
36
37
38-{% if translator_credits %}
39-<p class="footnote">
40-{% trans "Translated by:" %} {{ translator_credits|join:", " }}
41-</p>
42-{% endif %}
43-
44 </div>
45 {% endblock %}
46
47=== modified file 'loco_directory/templates/base.html'
48--- loco_directory/templates/base.html 2010-01-11 22:04:43 +0000
49+++ loco_directory/templates/base.html 2010-02-15 17:04:15 +0000
50@@ -44,11 +44,6 @@
51 {% endblock %}
52 </div>
53
54-{% if translator_credits %}
55-<p class="footnote">
56-{% trans "Translated by:" %} {{ translator_credits|join:", " }}
57-</p>
58-{% endif %}
59 </div>
60
61 <div id="footer">
62
63=== modified file 'loco_directory/templates/index.html'
64--- loco_directory/templates/index.html 2009-12-22 21:05:11 +0000
65+++ loco_directory/templates/index.html 2010-02-15 17:04:15 +0000
66@@ -32,11 +32,5 @@
67 </p>
68 </td></tr></table>
69
70-{% if translator_credits %}
71-<p class="footnote">
72-{% trans "Translated by:" %} {{ translator_credits|join:", " }}
73-</p>
74-{% endif %}
75-
76 </div>
77 {% endblock %}

Subscribers

People subscribed via source and target branches