Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Spesialsamlingene
admin components
Commits
4e7ab277
Commit
4e7ab277
authored
Dec 17, 2020
by
Øyvind gjesdal
Browse files
false checks for variable , change to not null
parent
a0a18e6e
Pipeline
#48981
passed with stages
in 1 minute and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
services/instance%2Fevent/html.template
View file @
4e7ab277
...
...
@@ -26,7 +26,7 @@
{% endif %}
{% if first.main.begin.value
!= false ||
first.main.end.value
!= false
%}
{% if
not
first.main.begin.value
| null || not
first.main.end.value
| null
%}
{% if first.main.begin.value == first.main.end.value %}
<p><strong>
Dato
</strong><br>
<p>
{{first.main.begin.value}}
</p>
...
...
Write
Preview
Markdown
is supported
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