generated from ieeeuoft/hackathon-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* re-add qrcode dependencies * update serializers.py * update applications.js * updated test_api.py * updated tests.py * update views.py * updated jinja2.py * updated init.py * update tests.py * update admin.py * update forms.py * updated application.html * updated models.py * updated test_forms.py * update urls.py * update views.py * updated admin.py * updated accepted_email_body.html * updated tests.py * updated views.py * update review admin.py * reverse changes * reverify serializers.py * reverify application.js * reverify test_api.py * reverify event/tests.py * reverify event/views.py * reverify hackathon_site/jinja2.py * reverify settings/init.py * reverify tests.py * reverify admin.py * modify .yml file to reflect newhacks-2024 * reverify admin.py * reverify forms.py * reverify application.html * reverify models.py * registration/test_forms.py * reverify test_views.py * reverify urls.py * reverify views.py * reverify other files in review folder * [TEMP, REVERT LATER]: Change start of registration for testing purposes * added migration file
- Loading branch information
1 parent
de12520
commit b7771f6
Showing
23 changed files
with
598 additions
and
891 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
$(document).ready(function () { | ||
$("#id_q1, #id_q2, #id_q3").characterCounter(); | ||
$( | ||
"#id_why_participate, #id_what_technical_experience, #id_what_past_experience" | ||
).characterCounter(); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.