-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed #127 Rubro y web opcionales en empresa
Ahora el rubro y página web de las empresas es opcional al momento de agregarlas.
- Loading branch information
Showing
4 changed files
with
54 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
@csrf | ||
<div class="form-group"> | ||
<label for="name">Nombre</label> | ||
<input class="form-control" id="nombre" name="nombre" aria-describedby="nombreHelp" placeholder="Nombre de la empresa"> | ||
<input class="form-control" id="nombre" name="nombre" aria-describedby="nombreHelp" placeholder="Nombre de la empresa" required> | ||
</div> | ||
<div class="form-group"> | ||
<label for="rubro">Rubro</label> | ||
|
@@ -37,7 +37,7 @@ | |
</div> | ||
<div class="form-group"> | ||
<label for="correoContacto">Correo(s) de contacto</label> | ||
<input class="form-control" id="correoContacto" name="correoContacto" aria-describedby="correoContactoHelp" placeholder="[email protected], [email protected]"> | ||
<input class="form-control" id="correoContacto" name="correoContacto" aria-describedby="correoContactoHelp" placeholder="[email protected], [email protected]" required> | ||
<small id="rubroHelp" class="form-text text-muted">Si es más de uno, separarlos por coma.</small> | ||
</div> | ||
<div class="form-check"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters