Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Chronos
Commits
78316775
Unverified
Commit
78316775
authored
5 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Add gitignore and tt_lesson snippet. Advances
#1
.
parent
63d9d4d4
No related branches found
No related tags found
1 merge request
!1
Add templates for timetable. Advances #1.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+52
-0
52 additions, 0 deletions
.gitignore
biscuit/apps/chronos/templates/chronos/tt_lesson.html
+11
-0
11 additions, 0 deletions
biscuit/apps/chronos/templates/chronos/tt_lesson.html
with
63 additions
and
0 deletions
.gitignore
0 → 100644
+
52
−
0
View file @
78316775
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
# pyenv
.python-version
# Environments
.env
.venv
env/
venv/
ENV/
# Editors
*~
DEADJOE
\#*#
# Database
db.sqlite3
This diff is collapsed.
Click to expand it.
biscuit/apps/chronos/templates/chronos/tt_lesson.html
0 → 100644
+
11
−
0
View file @
78316775
<div
class=
"card"
style=
"width: 18rem; {{% if Lesson.color-fg %}} foreground-color: {{ Lesson.color-fg }}; {% endif%} {{% if Lesson.color-bg %}} background-color: {{% Lesosn.color-bg %}};"
>
<div
class=
"card-body"
>
<h5
class=
"card-title"
>
{{ Lesson.subject.abbrev }}
</h5>
<h6
class=
""
>
Rooms {# Will be implemented soon#}
</h6>
<ul>
<li>
{{ Lesson.teachers }}
</li>
<li>
{{ Lesson.groups }}
</li>
</ul>
<a
href=
"{{% '#' %}}"
class=
"card-link"
>
Room informations
</a>
</div>
</div>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment