Skip to content

Commit

Permalink
fix: add styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Salman authored and Ali Salman committed Dec 1, 2023
1 parent ed6ae31 commit 4e11551
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openedx/features/google_cdn_uploads/templates/uploads.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<%block name="title">${_("{studio_name} Home").format(studio_name=settings.STUDIO_SHORT_NAME)}</%block>
<%block name="bodyclass">is-signedin index view-dashboard</%block>


<%block name="header_extras">
<link rel="stylesheet" type="text/css" href="${static.url('css/studio-main-v1.css')}" />
</%block>

<%block name="content">
<div id="root" class="container">
Expand Down

0 comments on commit 4e11551

Please sign in to comment.