feat(profile.html): replace no courses message with translatable string

This commit is contained in:
2026-03-11 14:55:45 +01:00
parent afedc3bbc4
commit 51c4db3d2b

View File

@@ -15,7 +15,7 @@
</a>
</li>
{% empty %}
<li class="text-gray-600">Nie masz jeszcze żadnych kursów. <a href="/coursesTODO" class="text-blue-500 hover:underline">Znajdź kursy</a> dla siebie!</li>
<li class="text-gray-600">{% trans "You haven't enrolled in any courses yet." %}</li>
{% endfor %}
</ul>
</div>