New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bootstrap 5 #892
Bootstrap 5 #892
Conversation
a705d54
to
5ddbd9f
Compare
c05470a
to
74304ae
Compare
a890b7f
to
077cdbb
Compare
2b6f761
to
f4cdb8c
Compare
course/templates/course/flow-page.html
Dismissed
| {% endif %} | ||
| {% if pperm.view_gradebook %} | ||
| <li> | ||
| <a class="dropdown-item" href="{% url 'relate-grade_flow_page' course.identifier flow_session.id page_ordinal %}" |
Check warning
Code scanning / CodeQL
Potentially unsafe external link Medium
| {% endif %} | ||
| {% if page_expect_answer_and_gradable and pperm.grant_exception and flow_session.participation.id != None %} | ||
| <li> | ||
| <a class="dropdown-item" href="{% url 'relate-grant_exception_stage_3' course.identifier flow_session.participation.id flow_session.flow_id flow_session.id %}" |
Check warning
Code scanning / CodeQL
Potentially unsafe external link Medium
| <li role="separator" class="divider"></li> | ||
| {% if pperm.reopen_flow_session and not flow_session.in_progress and opportunity.id != None %} | ||
| <li> | ||
| <a href="{% url 'relate-view_reopen_session' course.identifier flow_session.id opportunity.id %}" |
Check warning
Code scanning / CodeQL
Potentially unsafe external link Medium
|
|
||
| {% if may_send_email_about_flow_page %} | ||
| <div class="relate-flow-page-send-email"> | ||
| <a href="{% url 'relate-flow_page_interaction_email' course.identifier flow_session.id page_ordinal %}" |
Check warning
Code scanning / CodeQL
Potentially unsafe external link Medium
| {% block navbar_dropdown_staff_menu_admin %} | ||
| {% if user.is_staff %} | ||
| <li><a href="{% url 'admin:index' %}" target="_blank">{% trans "Admin site" %}</a></li> | ||
| <li><a class="dropdown-item" href="{% url 'admin:index' %}" target="_blank">{% trans "Admin site" %}</a></li> |
Check warning
Code scanning / CodeQL
Potentially unsafe external link Medium
| <a href="{{ data_url }}" id="file_upload_download_link">{% trans "Review uploaded file" %}</a> | ||
| · | ||
| <a href="javascript:file_upload_embed_viewer()">{% trans "Embed viewer" %}</a> | ||
| <a href="{{ data_url }}" id="file_upload_download_link" target="_blank">{% trans "Download/review uploaded file in new window" %}</a> |
Check warning
Code scanning / CodeQL
Potentially unsafe external link Medium
Don't abuse form_data to set hidden field for rubric Human grading form: Make rubric_text not required Tweak interface of HumanTextFeedbackForm to avoid breaking compat (with tests)
This is starting to look like something.
InlineMultiQuestionforms are brokenInlineMultiQuestions have a JS error$(...).resizable()InlineMultiQuestionare broken.Known issues (won't prevent merge):
display: blockandwidth: 100%to form elements. This changes howInlineMultiQuestions look, in that it prevents in-line form elements.Closes: #616