Browse Source

Add form_username.html (should have been added in earlier commit)

JC Brand 10 years ago
parent
commit
444734a802
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/templates/form_username.html

+ 11 - 0
src/templates/form_username.html

@@ -0,0 +1,11 @@
+{[ if (label) { ]}
+<label>
+    {{label}}
+</label>
+{[ } ]}
+<div class="input-group">
+    <input name="{{name}}" type="{{type}}" 
+        {[ if (value) { ]} value="{{value}}" {[ } ]}
+        {[ if (required) { ]} class="required" {[ } ]} />
+    <span>{{domain}}</span>
+</div>