Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fernuni-bot
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
dnns01
fernuni-bot
Commits
e480b32d
Commit
e480b32d
authored
2 years ago
by
Lou-M
Committed by
dnns01
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
updated !module embed (#173)
- Typo fixed - Header underline
parent
1c7b6df7
No related branches found
Branches containing commit
No related tags found
1 merge request
!198
Release v1.2.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cogs/module_information.py
+3
-3
3 additions, 3 deletions
cogs/module_information.py
with
3 additions
and
3 deletions
cogs/module_information.py
+
3
−
3
View file @
e480b32d
...
...
@@ -215,13 +215,13 @@ class ModuleInformation(commands.Cog):
)
if
(
requirements
:
=
info
.
get
(
'
requirements
'
))
and
len
(
requirements
)
>
0
and
requirements
!=
'
keine
'
:
desc
+=
f
"
\n
Inhaltliche Voraussetzungen:
\n
{
requirements
}
\n
"
desc
+=
f
"
\n
__
Inhaltliche Voraussetzungen
__
:
\n
{
requirements
}
\n
"
if
(
notes
:
=
info
.
get
(
'
notes
'
))
and
len
(
notes
)
>
0
and
notes
!=
'
-
'
:
desc
+=
f
"
\n
Anmerkungen:
\n
\n
{
notes
}
\n
"
desc
+=
f
"
\n
__
Anmerkungen
__
:
\n
{
notes
}
\n
"
if
(
persons
:
=
data
[
'
page
'
].
get
(
'
persons
'
))
and
len
(
persons
)
>
0
:
desc
+=
f
"
\n
Ansprechp
arnter
:
\n
"
desc
+=
f
"
\n
__
Ansprechp
erson(en)__
:
\n
"
desc
+=
'
,
'
.
join
(
persons
)
+
"
\n
"
if
(
courses
:
=
data
[
'
page
'
].
get
(
'
courses
'
))
and
len
(
courses
)
>
0
:
...
...
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