-
Notifications
You must be signed in to change notification settings - Fork 184
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
Release/v3.1.0 #257
Release/v3.1.0 #257
Conversation
|
||
$('.formset-add-{{ whitecards.prefix }}').click(function() { | ||
var form_idx = $('#id_{{ whitecards.prefix }}-TOTAL_FORMS').val(); | ||
$('#formset-{{ whitecards.prefix }}').append($('#empty-form-{{ whitecards.prefix }}').html().replace(/__prefix__/g, form_idx)); |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML
Codecov ReportBase: 82.70% // Head: 82.49% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #257 +/- ##
==========================================
- Coverage 82.70% 82.49% -0.22%
==========================================
Files 42 42
Lines 5632 5803 +171
==========================================
+ Hits 4658 4787 +129
- Misses 974 1016 +42
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
CHANGELOG
[3.1.0] - 14 October 2022
Fixed
Added
Changed
RichText
counterpart available in report templates (Closes #241)