ソースを参照

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

Also change the input type to url.
pull/147/head
winkidney 5年前
コミット
8ef4f43f3b
1個のファイルの変更4行の追加1行の削除
  1. +4
    -1
      pinry/templates/includes/pin_form.html

+ 4
- 1
pinry/templates/includes/pin_form.html ファイルの表示

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


読み込み中…
キャンセル
保存