conf_site icon indicating copy to clipboard operation
conf_site copied to clipboard

Results 37 conf_site issues
Sort by recently updated
recently updated
newest added

Description: Issue: The PyData Open Source repository currently displays an outdated version of the Twitter logo. The logo being used is not in sync with the latest branding guidelines. Steps...

Description: Issue: On the PyData Open Source repository, when attempting to use the dropdown arrow on a button, the page unexpectedly refreshes. This behavior is not consistent with standard dropdown...

Sentry Issue: [CONFERENCE-SITES-5T](https://sentry.io/organizations/mobolic/issues/2578188340/?referrer=github_integration) ``` TypeError: 'AnonymousUser' object is not iterable File "django/utils/functional.py", line 247, in inner return func(self._wrapped, *args) File "django/db/models/sql/query.py", line 1149, in check_related_objects for v in value: File...

https://sentry.io/organizations/mobolic/issues/1198221397/ ``` RelatedObjectDoesNotExist: User has no speaker_profile. File "symposion/proposals/views.py", line 128, in proposal_speaker_manage if proposal.speaker != request.user.speaker_profile: ... (2 additional frame(s) were not displayed) RelatedObjectDoesNotExist: User has no speaker_profile. ```

We need to be able to export the conference schedules as a pdf for printing.

So that individual conference twitter accounts can display on the conference site's homepage.

For SciPy maybe in https://github.com/scipy-conference/symposion/commit/208a644c3838cb577e55364f59c0d25b5ca50542 we picked up an edit view from PyOhio to provide a page where cells in the table view could be edited, but that functionality isn't...

bug