Commit 240a737 1 parent 007b2d5 commit 240a737 Copy full SHA for 240a737
File tree 2 files changed +4
-1
lines changed
apps/projects/templates/meinberlin_projects
assets/scss/components_user_facing
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ <h1 class="title">{{ project.name }}</h1>
125
125
aria-expanded ="false "
126
126
aria-hidden ="true "
127
127
aria-labelledby ="tab-project-{{ project.pk }}-information ">
128
+ < h2 > {% translate 'Information' %}</ h2 >
128
129
< div class ="ck-content ">
129
130
{{ project.information | transform_collapsibles | disable_iframes | richtext }}
130
131
</ div >
@@ -181,6 +182,7 @@ <h3>{% translate 'Responsible body' %}</h3>
181
182
aria-expanded ="true "
182
183
aria-hidden ="false "
183
184
aria-labelledby ="tab-project-{{ project.pk }}-participation ">
185
+ < h2 > {% translate 'Participate' %}</ h2 >
184
186
{% if event %}
185
187
< article >
186
188
< h2 > {{ event.name }}</ h2 >
@@ -215,6 +217,7 @@ <h2>{{ event.name }}</h2>
215
217
aria-expanded ="false "
216
218
aria-hidden ="true "
217
219
aria-labelledby ="tab-project-{{ project.pk }}-result ">
220
+ < h2 > {% translate 'Result' %}</ h2 >
218
221
{% if project.result %}
219
222
< div class ="ck-content ">
220
223
{{ project.result | transform_collapsibles | richtext }}
Original file line number Diff line number Diff line change 1
- // Styling taken from BO button styling with some small adjustments
1
+ // Styling taken from BO button element styling with some small adjustments
2
2
.tab__button {
3
3
min-height : 43px ;
4
4
width : auto ;
You can’t perform that action at this time.
0 commit comments