custom profile fields: Add placeholder for custom URL.

This makes the feature useable for someone who hasn't used it before.
This commit is contained in:
Tim Abbott
2019-08-28 15:43:35 -07:00
parent 9e343f1a68
commit c06d8129a3

View File

@@ -53,7 +53,7 @@
</div>
<div class="control-group" id="custom_external_account_url_pattern">
<label for="custom_field_url_pattern" class="control-label">{{t "URL pattern" }}</label>
<input type="url" id="custom_field_url_pattern" name="url_pattern" autocomplete="off" maxlength="80" />
<input type="url" id="custom_field_url_pattern" name="url_pattern" autocomplete="off" maxlength="1024" placeholder="https://example.com/path/%(username)s"/>
</div>
<button type="submit" class="button rounded sea-green" id="add-custom-profile-field-btn">
{{t 'Add profile field' }}