Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pi-cms
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institut π
pi-cms
Commits
13339354
Commit
13339354
authored
1 year ago
by
Tomáš Valenta
Browse files
Options
Downloads
Patches
Plain Diff
enclose richtext properly
parent
8a988cf8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
home/templates/home/home_page.html
+12
-12
12 additions, 12 deletions
home/templates/home/home_page.html
with
12 additions
and
12 deletions
home/templates/home/home_page.html
+
12
−
12
View file @
13339354
...
@@ -233,9 +233,9 @@
...
@@ -233,9 +233,9 @@
<div
class=
"flex flex-col gap-5 font-serif"
>
<div
class=
"flex flex-col gap-5 font-serif"
>
<section
class=
"flex flex-col gap-4"
>
<section
class=
"flex flex-col gap-4"
>
<h3
class=
"text-2xl font-bold"
>
Ředitel
</h3>
<h3
class=
"text-2xl font-bold"
>
Ředitel
</h3>
<
p
>
<
div
>
{{ page.director_description|richtext }}
{{ page.director_description|richtext }}
</
p
>
</
div
>
<ul
class=
"flex flex-col gap-3"
>
<ul
class=
"flex flex-col gap-3"
>
{% for block in page.director %}
{% for block in page.director %}
...
@@ -250,9 +250,9 @@
...
@@ -250,9 +250,9 @@
<section
class=
"flex flex-col gap-4"
>
<section
class=
"flex flex-col gap-4"
>
<h3
class=
"text-2xl font-bold"
>
Akademická rada
</h3>
<h3
class=
"text-2xl font-bold"
>
Akademická rada
</h3>
<
p
>
<
div
>
{{ page.academic_council_description|richtext }}
{{ page.academic_council_description|richtext }}
</
p
>
</
div
>
<ul
class=
"flex flex-col gap-3"
>
<ul
class=
"flex flex-col gap-3"
>
{% for block in page.academic_council %}
{% for block in page.academic_council %}
...
@@ -269,9 +269,9 @@
...
@@ -269,9 +269,9 @@
<div
class=
"flex flex-col gap-5 font-serif"
>
<div
class=
"flex flex-col gap-5 font-serif"
>
<section
class=
"flex flex-col gap-4"
>
<section
class=
"flex flex-col gap-4"
>
<h3
class=
"text-2xl font-bold"
>
Kontrolor
</h3>
<h3
class=
"text-2xl font-bold"
>
Kontrolor
</h3>
<
p
>
<
div
>
{{ page.controller_description|richtext }}
{{ page.controller_description|richtext }}
</
p
>
</
div
>
<ul
class=
"flex flex-col gap-3"
>
<ul
class=
"flex flex-col gap-3"
>
{% for block in page.controller %}
{% for block in page.controller %}
...
@@ -286,9 +286,9 @@
...
@@ -286,9 +286,9 @@
<section
class=
"flex flex-col gap-4"
>
<section
class=
"flex flex-col gap-4"
>
<h3
class=
"text-2xl font-bold"
>
Správní rada
</h3>
<h3
class=
"text-2xl font-bold"
>
Správní rada
</h3>
<
p
>
<
div
>
{{ page.council_members_description|richtext }}
{{ page.council_members_description|richtext }}
</
p
>
</
div
>
<ul
class=
"flex flex-col gap-3"
>
<ul
class=
"flex flex-col gap-3"
>
{% for block in page.council_members %}
{% for block in page.council_members %}
...
@@ -304,9 +304,9 @@
...
@@ -304,9 +304,9 @@
<div
class=
"font-serif"
>
<div
class=
"font-serif"
>
<section
class=
"flex flex-col gap-4"
>
<section
class=
"flex flex-col gap-4"
>
<h3
class=
"text-2xl font-bold"
>
Dobrovolnický kruh
</h3>
<h3
class=
"text-2xl font-bold"
>
Dobrovolnický kruh
</h3>
<
p
>
<
div
>
{{ page.volunteers_description|richtext }}
{{ page.volunteers_description|richtext }}
</
p
>
</
div
>
<h4>
<h4>
<strong>
Členové dobrovolnického kruhu
</strong>
<strong>
Členové dobrovolnického kruhu
</strong>
</h4>
</h4>
...
@@ -327,9 +327,9 @@
...
@@ -327,9 +327,9 @@
<h3
class=
"font-bold font-serif text-2xl"
>
Zaměstnanci
</h3>
<h3
class=
"font-bold font-serif text-2xl"
>
Zaměstnanci
</h3>
<ul
class=
"flex flex-col lg:grid lg:grid-cols-3 lg:grid-rows-3 gap-y-2 gap-x-4 grid-flow-col font-serif"
>
<ul
class=
"flex flex-col lg:grid lg:grid-cols-3 lg:grid-rows-3 gap-y-2 gap-x-4 grid-flow-col font-serif"
>
<
p
class=
"leading-5"
>
<
div
class=
"leading-5"
>
{{ page.employees_description|richtext }}
{{ page.employees_description|richtext }}
</
p
>
</
div
>
{% for block in page.employees %}
{% for block in page.employees %}
{% if block.block_type == "person" %}
{% if block.block_type == "person" %}
...
...
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