Add missing field headers (pending real layout work later)
authorMagnus Hagander <magnus@hagander.net>
Tue, 11 Nov 2008 21:08:47 +0000 (21:08 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 11 Nov 2008 21:08:47 +0000 (21:08 +0000)
planetadmin/register/templates/index.html

index fcc2271bfa9a0c7119c43bdf9dc0a1077e11841e..779818b6c4106333a41b452745b8a0549e9eb91e 100644 (file)
@@ -64,8 +64,8 @@ attachment is correct.
 then update it! Leave the userid blank to let the user attach it later, but that's a really ugly
 way to do it :-P</p>
 <form method="post" action="new/">
-<input type="text" name="feedurl"><br/>
-<input type="text" name="userid"><br/>
+Blog url: <input type="text" name="feedurl"><br/>
+Userid (blank for yourself): <input type="text" name="userid"><br/>
 <input type="submit" value="New blog">
 </form>
 {%endif%}