Merge lp:~deadlight/canonical-identity-provider/misc-static into lp:~deadlight/canonical-identity-provider/vanilla

Proposed by Karl Williams
Status: Merged
Merged at revision: 1722
Proposed branch: lp:~deadlight/canonical-identity-provider/misc-static
Merge into: lp:~deadlight/canonical-identity-provider/vanilla
Prerequisite: lp:~deadlight/canonical-identity-provider/misc-account
Diff against target: 76 lines (+21/-26)
2 files modified
src/webui/templates/static/description.html (+2/-2)
src/webui/templates/static/one-redirect.html (+19/-24)
To merge this branch: bzr merge lp:~deadlight/canonical-identity-provider/misc-static
Reviewer Review Type Date Requested Status
Anthony Dillon (community) Approve
Review via email: mp+372332@code.launchpad.net

Description of the change

Converted the two remaining used static templates to Vanilla

To post a comment you must log in.
Revision history for this message
Anthony Dillon (ya-bo-ng) wrote :

LGTM +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/webui/templates/static/description.html'
--- src/webui/templates/static/description.html 2014-12-09 21:32:43 +0000
+++ src/webui/templates/static/description.html 2019-09-05 10:31:46 +0000
@@ -1,9 +1,9 @@
1{% extends "base.html" %}1{% extends "vanilla/base.html" %}
2{% load i18n %}2{% load i18n %}
3{% load static_url %}3{% load static_url %}
44
5{% comment %}5{% comment %}
6Copyright 2010 Canonical Ltd. This software is licensed under the6Copyright 2010-2019 Canonical Ltd. This software is licensed under the
7GNU Affero General Public License version 3 (see the file LICENSE).7GNU Affero General Public License version 3 (see the file LICENSE).
8{% endcomment %}8{% endcomment %}
99
1010
=== modified file 'src/webui/templates/static/one-redirect.html'
--- src/webui/templates/static/one-redirect.html 2014-08-14 16:54:07 +0000
+++ src/webui/templates/static/one-redirect.html 2019-09-05 10:31:46 +0000
@@ -1,10 +1,10 @@
1{% extends "base.html" %}1{% extends "vanilla/base.html" %}
2{% load i18n %}2{% load i18n %}
3{% load static_url %}3{% load static_url %}
4{% load menu_item %}4{% load menu_item %}
55
6{% comment %}6{% comment %}
7Copyright 2014 Canonical Ltd. This software is licensed under the7Copyright 2014-2019 Canonical Ltd. This software is licensed under the
8GNU Affero General Public License version 3 (see the file LICENSE).8GNU Affero General Public License version 3 (see the file LICENSE).
9{% endcomment %}9{% endcomment %}
1010
@@ -14,26 +14,21 @@
14{% block menu %}{% endblock %}14{% block menu %}{% endblock %}
15{% block content %}15{% block content %}
16{% url 'faq' as faq_url %}16{% url 'faq' as faq_url %}
17<div class="yui3-g-r">17 <p>
1818 {% blocktrans %}Ubuntu One is the single account you use to log in to
19 <div class="yui3-u-2-3 account-information">19 all services and sites related to Ubuntu. For more information please read the <a href="{{ faq_url }}">Ubuntu One FAQ.</a>{% endblocktrans %}
20 <p>20 </p>
21 {% blocktrans %}Ubuntu One is the single account you use to log in to21 <h3>Looking for Ubuntu One File Services?</h3>
22 all services and sites related to Ubuntu. For more information please read the <a href="{{ faq_url }}">Ubuntu One FAQ.</a>{% endblocktrans %}22 <p>
23 </p>23 {% blocktrans with url1="http://blog.canonical.com/2014/04/02/shutting-down-ubuntu-one-file-services/" url2="http://voices.canonical.com/ubuntuone/2014/06/03/moving-your-content-away-from-ubuntu-one-file-services/" email="isd-support@canonical.com" %}
24 <h3>Looking for Ubuntu One File Services?</h3>24 The Ubuntu One Files Services have been closed (see the <a href="{{ url1 }}">original announcement</a> or <a href="{{ url2 }}">follow up posts</a> for more details).
25 <p>25 If you have questions about the Ubuntu One File Services shutdown, please email <a href="mailto:{{ email }}">{{ email }}</a>.
26 {% blocktrans with url1="http://blog.canonical.com/2014/04/02/shutting-down-ubuntu-one-file-services/" url2="http://voices.canonical.com/ubuntuone/2014/06/03/moving-your-content-away-from-ubuntu-one-file-services/" email="isd-support@canonical.com" %}26 {% endblocktrans %}
27 The Ubuntu One Files Services have been closed (see the <a href="{{ url1 }}">original announcement</a> or <a href="{{ url2 }}">follow up posts</a> for more details).27 </p>
28 If you have questions about the Ubuntu One File Services shutdown, please email <a href="mailto:{{ email }}">{{ email }}</a>.28 <p>
29 {% endblocktrans %}29 {% url 'login' as login_url %}
30 </p>30 {% blocktrans %}
31 <p>31 <a href="{{ login_url }}">Create or log in</a> to your Ubuntu One account.
32 {% url 'login' as login_url %}32 {% endblocktrans %}
33 {% blocktrans %}33 </p>
34 <a href="{{ login_url }}">Create or log in</a> to your Ubuntu One account.
35 {% endblocktrans %}
36 </p>
37 </div>
38</div>
39{% endblock %}34{% endblock %}

Subscribers

People subscribed via source and target branches

to all changes: