Explorar el Código

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

JC Brand hace 10 años
padre
commit
444734a802
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  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>