You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-08 22:36:41 +02:00
web-app content formatting
This commit is contained in:
@ -24,9 +24,10 @@
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label for="inputName">Project Name</label>
|
||||
<input type="text" class="form-control {{ ValidationFieldClass $.validationErrors "Name" }}"
|
||||
placeholder="Enter name for your project" name="Name" id="inputName" value="{{ .form.Name }}" required>
|
||||
{{template "invalid-feedback" dict "validationDefaults" $.validationDefaults "validationErrors" $.validationErrors "fieldName" "Name" }}
|
||||
<input type="text" id="inputName"
|
||||
class="form-control {{ ValidationFieldClass $.validationErrors "Name" }}"
|
||||
placeholder="Enter name for your project" name="Name"value="{{ .form.Name }}" required>
|
||||
{{template "invalid-feedback" dict "fieldName" "Name" "validationDefaults" $.validationDefaults "validationErrors" $.validationErrors }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user