Skip to content

Commit c969ee7

Browse files
committed
tweak Discourse login template a little further
1 parent b13b5ba commit c969ee7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

auth/templates/discourse.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ <h2>Log in to Rebble Developer Forum</h2>
3232
in for the first time, you need to pick a username for your account on
3333
the forum. (We'll associate that with your Rebble account, {{user.email}}.) Luckily, we provided a box for you below to type into!
3434
Please pick a username (4-24 letters, numbers, dashes, dots, and
35-
underscores):
35+
underscores):</p>
3636

3737
<input type="input" name="username" placeholder="Username" pattern="[a-zA-Z0-9_\.\-]{4,24}" title="4-24 letters, numbers, dashes, dots and underscores" />
3838
{% endif %}
3939

4040
{% if user.username %}
4141

42-
You're about to log back into the <b>Rebble Developer Forum</b> as {{
43-
user.username }} (since that's the username associated with your
44-
Rebble account, {{ user.email }}). Sound right?
42+
<p>You're about to log back into the <b>Rebble Developer Forum</b> as
43+
<tt>{{ user.username }}</tt> (since that's the username associated with your
44+
Rebble account, {{ user.email }}). Sound right?</p>
4545

4646
{% endif %}
4747

0 commit comments

Comments
 (0)