Add default text row in file upload list and shrunk url list

This commit is contained in:
Alice Gaudon 2021-04-22 18:34:53 +02:00
parent 03989be9ab
commit 30960e42c5
2 changed files with 8 additions and 0 deletions

View File

@ -93,6 +93,10 @@
{% endif %}
</td>
</tr>
{% else %}
<tr>
<td colspan="6" class="center">You haven't uploaded any file yet.</td>
</tr>
{% endfor %}
</tbody>
</table>

View File

@ -62,6 +62,10 @@
</td>
<td><pre>{{ url.target_url }}</pre></td>
</tr>
{% else %}
<tr>
<td colspan="3" class="center">You haven't shrunk any url yet.</td>
</tr>
{% endfor %}
</tbody>
</table>