Skip to content

Commit

Permalink
UJ: Merged from template.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwieds committed Apr 25, 2024
2 parents d961cd5 + 746e81b commit 6d990ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions _layouts/master/authentication/account.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ <h2 class="card-title h4">
<div class="col">
<div class="mb-3">
<label for="regionLabel" class="form-label">Region</label>
<input type="text" id="regionLabel" name="location.region" class="form-control" autocomplete="region">
<input type="text" id="regionLabel" name="location.region" class="form-control" autocomplete="region" placeholder="State, Province, or Region">
</div>
</div>
</div>
Expand All @@ -458,7 +458,7 @@ <h2 class="card-title h4">
<div class="col">
<div class="mb-3">
<label for="cityLabel" class="form-label">City</label>
<input type="text" id="cityLabel" name="location.city" class="form-control" autocomplete="city">
<input type="text" id="cityLabel" name="location.city" class="form-control" autocomplete="city" placeholder="City">
</div>
</div>

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"sharp": "0.23.1 (sometime before 2021ish): Hard lock because later versions had issues. Possibly solved in higher node versions"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"autoprefixer": "9.8.8",
"browser-sync": "2.23.7",
"del": "6.1.1",
Expand All @@ -83,14 +83,14 @@
"require-dir": "1.2.0",
"sharp": "0.23.1",
"source-map-loader": "2.0.2",
"terser-webpack-plugin": "^5.3.10",
"terser-webpack-plugin": "5.3.10",
"through2": "4.0.2",
"ultimate-jekyll-poster": "0.0.15",
"ultimate-jekyll-poster": "1.0.1",
"vinyl-named": "1.1.0",
"web-manager": "3.2.48",
"web-manager": "3.2.49",
"webpack": "5.89.0",
"webpack-stream": "6.1.2",
"wonderful-fetch": "^1.1.1",
"wonderful-fetch": "1.1.1",
"yargs": "16.2.0",
"zzzzzzzzzz": "9.9.9"
}
Expand Down

0 comments on commit 6d990ea

Please sign in to comment.