Merge lp:~dholbach/developer-ubuntu-com/missing-load-i18n-in-template into lp:developer-ubuntu-com

Proposed by Daniel Holbach
Status: Merged
Approved by: Michael Hall
Approved revision: 79
Merged at revision: 79
Proposed branch: lp:~dholbach/developer-ubuntu-com/missing-load-i18n-in-template
Merge into: lp:developer-ubuntu-com
Diff against target: 11 lines (+2/-0)
1 file modified
templates/login_failure.html (+2/-0)
To merge this branch: bzr merge lp:~dholbach/developer-ubuntu-com/missing-load-i18n-in-template
Reviewer Review Type Date Requested Status
Ubuntu App Developer site developers Pending
Review via email: mp+246583@code.launchpad.net
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 'templates/login_failure.html'
2--- templates/login_failure.html 2014-12-18 10:35:41 +0000
3+++ templates/login_failure.html 2015-01-15 14:53:43 +0000
4@@ -1,5 +1,7 @@
5 {% extends "base.html" %}
6
7+{% load i18n %}
8+
9 {% block page_name %}Login Failure{%endblock %}
10
11 {% block sub_nav %}{% endblock %}

Subscribers

People subscribed via source and target branches