Skip to content

Commit 1797cb9

Browse files
authored
Bb2 3281 (#1232)
* Added static FE rules for passowrds and url validations * Product feedback. * Small change to kick jenkins * Typo
1 parent 9a6040b commit 1797cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/include/app-form-required-info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>App Details - Required Info</h2>
2020
<!-- App Redirect URIs -->
2121
<label for="id_redirect_uris">Callback URLs / Redirect URIs</label>
2222
<textarea name="redirect_uris" cols="40" rows="10" id="id_redirect_uris">{{ application.redirect_uris }}</textarea>
23-
<div class="help-block ds-u-margin-top--2">Redirect URIs must start with <b>http://</b> or <b>https://</b> and contain no <b>fragments</b>> (#) or <b>query strings</b> (?).</div>
23+
<div class="help-block ds-u-margin-top--2">Redirect URIs must start with <b>http://</b> or <b>https://</b> and contain no <b>fragments</b> (#) or <b>query strings</b> (?).</div>
2424

2525
<!-- Demographic Filter -->
2626
<fieldset class="ds-c-fieldset">

0 commit comments

Comments
 (0)