-
Notifications
You must be signed in to change notification settings - Fork 52
add: javascript snippet "voice.js" and accordingly update "edit_event… #178
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
add: javascript snippet "voice.js" and accordingly update "edit_event… #178
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make the build work :) It's probably the deletion of the content from requirements.txt
There is a recurring problem with "datetime" detection in event.py. At first I saw the source of the error - using the "dt" alias, but now there is no such alias, so the error is not clear to me. I saw that others also encountered this error. Can you please take a look? |
Try to pull from develop, I believe |
Codecov Report
@@ Coverage Diff @@
## develop #178 +/- ##
========================================
Coverage 99.04% 99.04%
========================================
Files 52 52
Lines 2409 2409
========================================
Hits 2386 2386
Misses 23 23 Continue to review full report at Codecov.
|
…event edit screen
…into feature/hear-it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost done :)
Hi, some hindsight notes: notice that in edit_event_details_tab.html you are using multiple id tags with the same values that is bad practice (there should be only one element with the same id tag per page) + you have div elements without closing tags which breaks the layout. |
No description provided.