Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
tools.ethertoff
Commits
d3ef51d0
Commit
d3ef51d0
authored
Nov 29, 2019
by
gijs
Browse files
Disabled notes for section.
parent
2ea071f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
generator/templates/note.html
View file @
d3ef51d0
...
...
@@ -27,7 +27,7 @@
<li>
{{ note }}
</li>
</ul>
</nav>
<section
class=
"item-reference"
>
<!--
<section class="item-reference">
<p>
Note for:
{% if note.programmeItem.resolved %}
...
...
@@ -42,7 +42,7 @@
{{ note.event.summary }}
{% endif %}
</p>
</section>
</section>
-->
<section
class=
"long-text"
>
<h1>
{{ note.title }}
</h1>
...
...
generator/templates/produser.html
View file @
d3ef51d0
...
...
@@ -99,7 +99,7 @@
{% if produser.notes_participant %}
<h2>
Notes (participant)
</h2>
<ul>
<ul
class=
"simplelist"
>
{% for note in produser.notes_participant.targets %}
<li>
<a
href=
"{{ note.link }}"
class=
"note"
>
{{ note }}
</a>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment