aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-18 10:15:30 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-18 10:15:30 -0400
commit6dbf5501308792a7ab375a8be5562e8c85a48628 (patch)
treebef3d6d3513d7df3fc5578e7f0098da137013fdb /data
parent91e9d451126b1165a564f5f211082dce3b0348d9 (diff)
downloadphorkie-6dbf5501308792a7ab375a8be5562e8c85a48628.tar.gz
phorkie-6dbf5501308792a7ab375a8be5562e8c85a48628.zip
CLEAN: reformatted to look consistent
Diffstat (limited to 'data')
-rw-r--r--data/templates/user.htm3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/templates/user.htm b/data/templates/user.htm
index c8ef387..eb032bd 100644
--- a/data/templates/user.htm
+++ b/data/templates/user.htm
@@ -6,7 +6,8 @@
<form method="post" action="/user" id="user_form">
<fieldset>
<legend>User Profile</legend>
- <p>Please update your git preferences for <code>{{ identity }}</code></p>
+ <p>Please update your git preferences.</p>
+ <p><label>OpenID:</label><code>{{ identity }}</code></p>
<label for='name'>Name:</label><input class="" id="name" type="text" name="name" width="35" value="{{ name }}"><br/>
<label for='email'>Email:</label><input class="" id="email" type="text" name="email" width="35" value="{{ email }}"><br/>
<input class="btn" id="submit" type="submit" value="Update">