mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
Modify file upload error page.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
{% block main_panel %}
|
||||
<div class="narrow-panel">
|
||||
<h3>上传文件 {{ filename }} 到
|
||||
<h3>上传文件{% if filename %} {{ filename }} {% endif %}到
|
||||
{% for name, link in zipped %}
|
||||
<a href="{{ SITE_ROOT }}repo/{{ repo.id }}/?p={{ link|urlencode }}">{{ name }}</a> /
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user