mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
修复错误的链接
This commit is contained in:
parent
77083bc616
commit
0cd8aee2df
@ -34,7 +34,7 @@
|
|||||||
{% if user.userprofile.hduoj_username %}
|
{% if user.userprofile.hduoj_username %}
|
||||||
<p class="list-group-item">
|
<p class="list-group-item">
|
||||||
<img src="/static/img/oj_logo/hdu_logo.png" id="oj-logo">
|
<img src="/static/img/oj_logo/hdu_logo.png" id="oj-logo">
|
||||||
<a href="http://bestcoder.hdu.edu.cn/rating.php?user={{ user.userprofile.hduoj_username }}" target="_blank">
|
<a href="http://acm.hdu.edu.cn/userstatus.php?user={{ user.userprofile.hduoj_username }}" target="_blank">
|
||||||
{{ user.userprofile.hduoj_username }}
|
{{ user.userprofile.hduoj_username }}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user