1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

removed github.com/belogik/goes

This commit is contained in:
Lee Brown
2020-01-14 07:45:21 +08:00
parent d5dae46cb6
commit 794b20ffb6
3 changed files with 21 additions and 2 deletions

View File

@ -55,6 +55,7 @@
<div class="form-control-select-wrapper">
<select id="selectAccountCountry" name="Account.Country" placeholder="Country" required
class="form-control form-control-select-box {{ ValidationFieldClass $.validationErrors "Account.Country" }}">
<option value="">Country</option>
{{ range $i := $.countries }}
{{ $hasGeonames := false }}
{{ range $c := $.geonameCountries }}