Browse Source

Refactor: Add some doc string to pin-form-referer

Also change the input type to url.
pull/147/head
winkidney 5 years ago
parent
commit
8ef4f43f3b
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      pinry/templates/includes/pin_form.html

+ 4
- 1
pinry/templates/includes/pin_form.html View File

@@ -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>


Loading…
Cancel
Save