Add default text row in file upload list and shrunk url list
This commit is contained in:
parent
03989be9ab
commit
30960e42c5
@ -93,6 +93,10 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
{% else %}
|
||||||
|
<tr>
|
||||||
|
<td colspan="6" class="center">You haven't uploaded any file yet.</td>
|
||||||
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
@ -62,6 +62,10 @@
|
|||||||
</td>
|
</td>
|
||||||
<td><pre>{{ url.target_url }}</pre></td>
|
<td><pre>{{ url.target_url }}</pre></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
{% else %}
|
||||||
|
<tr>
|
||||||
|
<td colspan="3" class="center">You haven't shrunk any url yet.</td>
|
||||||
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user