https://github.com/p2pu/course-relight
Create simple courses, easily
https://github.com/p2pu/course-relight
Last synced: 10 months ago
JSON representation
Create simple courses, easily
- Host: GitHub
- URL: https://github.com/p2pu/course-relight
- Owner: p2pu
- Created: 2025-07-17T15:32:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-17T16:02:16.000Z (11 months ago)
- Last Synced: 2025-07-17T18:47:56.749Z (11 months ago)
- Language: Python
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fix locale_url:
```
sed -i -E "s#locale_url ([a-zA-Z_]+)#url \1#g" templates/courses/edit_content.html
```