Merge ~mpontillo/maas:fix-typo--bug-1802211 into maas:master

Proposed by Mike Pontillo
Status: Merged
Approved by: Mike Pontillo
Approved revision: 17c9b7586450d33803b6c98b8acc120ef5bc1bca
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~mpontillo/maas:fix-typo--bug-1802211
Merge into: maas:master
Diff against target: 13 lines (+1/-1)
1 file modified
src/maasserver/templates/registration/login.html (+1/-1)
Reviewer Review Type Date Requested Status
Mike Pontillo (community) Approve
Review via email: mp+358471@code.launchpad.net

Commit message

LP: #1802211 - Fix typo in first-user journey.

To post a comment you must log in.
Revision history for this message
Mike Pontillo (mpontillo) wrote :

Self-approve trivial fix.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/src/maasserver/templates/registration/login.html b/src/maasserver/templates/registration/login.html
2index 10a9012..a9b8df4 100644
3--- a/src/maasserver/templates/registration/login.html
4+++ b/src/maasserver/templates/registration/login.html
5@@ -15,7 +15,7 @@
6 {% if no_users and not external_auth_url %}
7 <div class="col-8">
8 <h1 class="p-heading--four">No admin user has been created yet</h1>
9- <p>Use the "init" administration command to create one:></p>
10+ <p>Use the "init" administration command to create one:</p>
11 <pre>{{ create_command }} init</pre>
12 <form method="get" action="{% url 'login' %}">
13 <button type="submit" class="p-button--positive">Login</button>

Subscribers

People subscribed via source and target branches