Skip to content

Commit

Permalink
fix: require data for brand app name form to be sent scidsg#573
Browse files Browse the repository at this point in the history
For Roadmap Item scidsg#533
  • Loading branch information
rmlibre committed Sep 15, 2024
1 parent 4ecc67f commit 2ab4fa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hushline/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ <h3>App Name</h3>
name="brand_app_name"
id="brand-app-name"
value="{{ host_org.brand_app_name }}"
required
/>
<button type="submit" class="btn">Update Name</button>
</form>
Expand Down

0 comments on commit 2ab4fa4

Please sign in to comment.