update template for word_cloud, refactor empty json answer
This commit is contained in:
@@ -6,7 +6,12 @@
|
||||
|
||||
<section id="input-cloud-section">
|
||||
% for row in range(num_inputs):
|
||||
<input class="input-cloud" type="text" size="40" />
|
||||
<input
|
||||
class="input-cloud"
|
||||
${'style="display: none;"' if submitted else ''}
|
||||
type="text"
|
||||
size="40"
|
||||
/>
|
||||
% endfor
|
||||
|
||||
<section class="action">
|
||||
|
||||
Reference in New Issue
Block a user