Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Merret Buurman
pidlandingpage
Commits
70329e80
Commit
70329e80
authored
Aug 05, 2016
by
Merret Buurman
Browse files
Add a missing hdl: in html template.
parent
226f0a14
Changes
1
Hide whitespace changes
Inline
Side-by-side
landingpage/landingpageapp/templates/landingpage/cmip6_dataset.html
View file @
70329e80
...
...
@@ -179,7 +179,7 @@
{% else %}{% if list_of_parts_handles %}
<table>
{% for handle in list_of_parts_handles %}
<tr><td><a
href=
"http://hdl.handle.net/{{ handle }}/"
>
{{ handle }}
</a></td></tr>
<tr><td><a
href=
"http://hdl.handle.net/{{ handle }}/"
>
hdl:
{{ handle }}
</a></td></tr>
{% endfor %}
</table>
{% else %}
...
...
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