fix None display in query form
This commit is contained in:
parent
1d929d0d71
commit
9163e476cb
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
<td>
|
||||
<strong>Tag</strong>:
|
||||
</td><td>
|
||||
<input type="text" name="tag" value="{{ tag }}"/>
|
||||
<input type="text" name="tag" value="{{ tag if tag else '' }}"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue