~ubuntuone-pqm-team/canonical-identity-provider/trunk

« back to all changes in this revision

Viewing changes to src/webui/templates/launchpad/registration/login.html

  • Committer: Tarmac
  • Author(s): Natalia B. Bidart
  • Date: 2013-06-13 00:42:12 UTC
  • mfrom: (922.1.24 more-qa-anchors-for-sso)
  • Revision ID: tarmac-20130613004212-rzryogvwsfzw0h80
[r=elopio] - Adding lots of data-qa-id attrs to several HTML elements for ubuntu, launchpad and ubuntuone templates.
- Bumped revno of u1testutils to 80.
- Unified login/logout template rendering mechanism between ubuntu and launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
{% endif %}
75
75
        <div class="actions">
76
76
            {% if next %}<input type="hidden" name="next" value="{{ next }}" />{% endif %}
77
 
            <button type="submit" class="btn" name="continue" data-qa-id="login_button"><span><span>{% trans "Log in" %}</span></span></button>
 
77
            <button type="submit" class="btn" name="continue" data-qa-id="login_button">
 
78
                <span><span>{% trans "Log in" %}</span></span>
 
79
            </button>
78
80
            {% if token %}{% trans "or" %}
79
81
            {% include "common/cancel_link.html" %}{% endif %}
80
82
        </div>