1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 12:58:34 +00:00

Fix shared upload link email bug

This commit is contained in:
zhengxie
2015-11-02 13:49:43 +08:00
parent 216bea2b4b
commit 0b3292b038

View File

@@ -13,7 +13,7 @@
<p style="font-size:14px;color:#434144;">
{% trans "You can go to the following page and upload your files:" %}<br />
{{ shared_upload_link }}
<a href="{{ shared_upload_link }}">{{ shared_upload_link }}</a>
</p>
{% if extra_msg %}