Skip to content
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

Fix form to add exercises to days #1567

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.rst
Expand Up @@ -76,6 +76,7 @@ Developers
* Alexandra Rhodes - https://github.com/arhodes130
* Jayanth Bontha - https://github.com/JayanthBontha
* Ethan Winters - https://github.com/ebwinters
* Adrian Lopez - https://github.com/adrianlzt

Translators
-----------
Expand Down
2 changes: 1 addition & 1 deletion wger/manager/templates/set/formset.html
@@ -1,5 +1,5 @@
{% load wger_extras crispy_forms_tags i18n %}
<div id="formset-base-{{ base.id }}" class="mt-3">
<div id="formset-base-{{ base.id | floatformat:"0u" }}" class="mt-3">
<label class="control-label fw-bold">
{{ base.get_translation.name }}
</label>
Expand Down