1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-19 15:38:38 +00:00

Remove link of logo image

This commit is contained in:
plt 2011-11-25 16:41:16 +08:00
parent 11baa1363e
commit cb6a1d61c1

View File

@ -37,7 +37,7 @@
</div> </div>
<div id="header"> <div id="header">
<div class="logo"> <div class="logo">
<a href="/home/" id="logo"><img src="{{ MEDIA_URL }}img/logo.png" title="Seafile" alt="Seafile logo" /></a> <img src="{{ MEDIA_URL }}img/logo.png" title="Seafile" alt="Seafile logo" />
{% if request.user.is_authenticated %} {% if request.user.is_authenticated %}
<div id="user-info"> <div id="user-info">
<span>用户 ID:</span>{{user.user_id}} <span>用户 ID:</span>{{user.user_id}}