diff options
| author | Ruin0x11 <ipickering2@gmail.com> | 2020-05-04 14:44:16 -0700 |
|---|---|---|
| committer | Ruin0x11 <ipickering2@gmail.com> | 2020-05-04 14:44:16 -0700 |
| commit | ffba010ae4b6efebd791a077125df92ef57274d0 (patch) | |
| tree | ab7f420268d1143e4b440ccea1b4759ec28574f7 /client/html/pool_create.tpl | |
| parent | 8795279a73e976a3aadbb4b9067209a46f138733 (diff) | |
Implement updating pools of a post from details sidebar
Diffstat (limited to 'client/html/pool_create.tpl')
| -rw-r--r-- | client/html/pool_create.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/html/pool_create.tpl b/client/html/pool_create.tpl index bf84dc9..3c04545 100644 --- a/client/html/pool_create.tpl +++ b/client/html/pool_create.tpl @@ -26,6 +26,7 @@ <%= ctx.makeTextInput({ text: 'Posts', value: '', + placeholder: 'space-separated post IDs', }) %> </li> </ul> |