1
0
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:
killing
2012-10-31 11:16:59 +08:00
parent 989e32a32c
commit b60b27f022
2 changed files with 3 additions and 3 deletions

View File

@@ -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 %}