Skip to content

Commit

Permalink
feat: add display block
Browse files Browse the repository at this point in the history
  • Loading branch information
BetoFandino committed Feb 8, 2024
1 parent c7e8b6b commit aa845e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lms/static/certificates/sass/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
// hide the fancy
.accomplishment-signatories .signatory-signature,
.accomplishment-type-symbol {
display: none;
display: block;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion lms/templates/certificates/_accomplishment-rendering.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%page expression_filter="h"/>
<%! from django.utils.translation import gettext as _ %>
<%namespace name='static' file='/static_content.html'/>
<%namespace name='static' file='../static_content.html'/>
<%
course_mode_class = course_mode if course_mode else ''
%>
Expand Down

0 comments on commit aa845e5

Please sign in to comment.