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
e96ba859
Commit
e96ba859
authored
Dec 16, 2020
by
Øyvind gjesdal
Browse files
wip, update man-made-object templates for newer hangaa
parent
25edb4bf
Pipeline
#48842
passed with stages
in 1 minute and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
types/crm__E22_Man-Made_Object/html.template
View file @
e96ba859
...
...
@@ -169,7 +169,7 @@
<!-- RECIPIENT -->
{% if models.recipient|
length != 0 ||
models.sender|
length != 0
%}
{% if
not
models.recipient|
null || not
models.sender|
null
%}
<strong>
Mottaker:
</strong>
{%include "../../includes/post_sender_recipient.inc"%}
{% endif %}
...
...
@@ -224,7 +224,7 @@
<!-- KNYTTET TIL... -->
<div
class=
"twelve wide column lightgrey"
>
{% if models.events|
length != 0 ||
models.collections
|length != 0
%}
{% if
not
models.events|
null || not
models.collections
| null
%}
<!-- COLLECTIONS -->
{% if models.collections|length != 0 %}
<span
class=
"header"
>
Knyttet til følgende samlinger:
</span>
...
...
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