修BUG(

This commit is contained in:
DSQ
2026-03-08 11:16:11 +08:00
parent ee7987aa23
commit b4cea89796

View File

@@ -80,7 +80,7 @@
{% else %} {% else %}
<div class="profile-card no-data"> <div class="profile-card no-data">
<p>你还没有提交过任何图片。</p> <p>你还没有提交过任何图片。</p>
<a href="/elastic/upload/" style="color: #2d8cf0; text-decoration: none;">去上传第一张图片吧!</a> <a href="{% url 'elastic:upload_page' %}" style="color: #2d8cf0; text-decoration: none;">去上传第一张图片吧!</a>
</div> </div>
{% endif %} {% endif %}
</div> </div>