- Downloads
 
Merge branch 'test' of git.imaniti.org:/Tomas/Ucebnice
  No related branches found   
  No related tags found   
Showing         
- lectures/migrations/0011_lecturegroup_description_alter_lecture_description.py 24 additions, 0 deletions...011_lecturegroup_description_alter_lecture_description.py
 - lectures/models.py 9 additions, 2 deletionslectures/models.py
 - lectures/templates/lectures/index.html 0 additions, 6 deletionslectures/templates/lectures/index.html
 - lectures/templates/lectures/view_groups.html 29 additions, 0 deletionslectures/templates/lectures/view_groups.html
 - lectures/templates/lectures/view_lecture_index.html 71 additions, 0 deletionslectures/templates/lectures/view_lecture_index.html
 - lectures/urls.py 5 additions, 0 deletionslectures/urls.py
 - lectures/views.py 31 additions, 8 deletionslectures/views.py
 - package-lock.json 54 additions, 0 deletionspackage-lock.json
 - package.json 4 additions, 2 deletionspackage.json
 - shared/static/shared/base.js 2 additions, 1 deletionshared/static/shared/base.js
 - shared/static/shared/base.js.LICENSE.txt 30 additions, 0 deletionsshared/static/shared/base.js.LICENSE.txt
 - shared/static/shared/runtime.js 1 addition, 1 deletionshared/static/shared/runtime.js
 - shared/static/shared/style.css 528 additions, 8 deletionsshared/static/shared/style.css
 - shared/templates/shared/includes/base.html 17 additions, 17 deletionsshared/templates/shared/includes/base.html
 - static_src/base.js 25 additions, 0 deletionsstatic_src/base.js
 - tailwind.config.js 1 addition, 1 deletiontailwind.config.js
 
lectures/templates/lectures/view_groups.html
0 → 100644
| ... | ... | @@ -7,9 +7,9 @@ | 
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://gitlab.pirati.cz/to/elearning.git" | ||
| "url": "https://gitlab.pirati.cz/to/ucebnice.git" | ||
| }, | ||
| "author": "", | ||
| "author": "Tomáš Valenta", | ||
| "license": "AGPL-3.0-or-later", | ||
| "dependencies": { | ||
| "@tailwindcss/typography": "^0.5.9", | ||
| ... | ... | @@ -17,6 +17,8 @@ | 
| "jquery": "^3.6.3", | ||
| "style-loader": "^3.3.1", | ||
| "tailwindcss": "^3.2.4", | ||
| "tippy.js": "^6.3.7", | ||
| "vue": "v2-latest", | ||
| "webpack": "^5.76.2", | ||
| "webpack-bundle-tracker": "^1.8.0", | ||
| "webpack-cli": "^5.0.1" | ||
| ... | ... | |
| ... | ... | 
Source diff could not be displayed: it is too large. Options to address this: view the blob.
shared/static/shared/base.js.LICENSE.txt
0 → 100644
Please sign in to comment