mirror of
https://github.com/pinry/pinry.git
synced 2026-03-06 12:11:13 +01:00
Refactor: Add some doc string to pin-form-referer
Also change the input type to url.
This commit is contained in:
@@ -19,7 +19,10 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="pin-form-referer">Referer</label>
|
||||
<input name="pin-form-referer" id="pin-form-referer" class="form-control" type="text"/>
|
||||
<input
|
||||
name="pin-form-referer" id="pin-form-referer" class="form-control" type="url"
|
||||
placeholder="Referer URL to the page which includes your pin"
|
||||
/>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="pin-form-description">Description</label>
|
||||
|
||||
Reference in New Issue
Block a user