Dirk Uys
Dirk Uys
The [instructions](https://course-in-a-box.p2pu.org/modules/customize/top-menu/) tells a user how to add a item to the top navigation menu, but if a user adds a page as part of the course (as apposed to...
Currently modules are implied by the name of the folder they are in. That leads to problems with URLs or titles once the module name is more than a single...
https://course-in-a-box.p2pu.org/modules/content/markdown-and-media/
See https://support.google.com/webmasters/answer/183668
Change the preflang field in RegisterForm to use a ChoiceField rather than a CharField. Make sure to set the initial value to the current locale (eg. if the user is...
When generating a slug from فسfسل the slug is just empty. We need to generate something?
See badges.models.Submission.send_notification (https://github.com/p2pu/lernanta/blob/master/lernanta/apps/badges/models.py#L307). Short term fix is to check permissions there, long term fix is to implement generic permissions for notifications
When a user replies to a comment, the username should be used in the from address. Ex. if john replied on a message, the from address should be set as...