Removed extra latters from studio dashboard (#26578)

This commit is contained in:
Ahtisham Shahid
2021-02-16 20:15:48 +05:00
committed by GitHub
parent 62ed654b31
commit 10b8131d70

View File

@@ -339,7 +339,7 @@ from openedx.core.djangolib.js_utils import (
% if split_studio_home:
<a href="${reverse('home_library')}">${_("Libraries")}</a>
% else:
<a href="#" >${_("Libraries")}sss</a>
<a href="#" >${_("Libraries")}</a>
% endif
</li>
% endif