test footer
This commit is contained in:
parent
a86b9ef627
commit
4a6c16bec6
Binary file not shown.
Binary file not shown.
|
@ -6,4 +6,8 @@ def d4science_hello():
|
||||||
def get_helpers():
|
def get_helpers():
|
||||||
return {
|
return {
|
||||||
"d4science_hello": d4science_hello,
|
"d4science_hello": d4science_hello,
|
||||||
|
"get_deliverable_type": get_deliverable_type
|
||||||
}
|
}
|
||||||
|
|
||||||
|
def get_deliverable_type():
|
||||||
|
return "This is a custom deliverable type!"
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
|
@ -0,0 +1,16 @@
|
||||||
|
{% ckan_extends %}
|
||||||
|
|
||||||
|
{% block footer_links %}
|
||||||
|
|
||||||
|
<img src="batman_logo.png" alt="test" />
|
||||||
|
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block footer_links_ckan %}
|
||||||
|
|
||||||
|
{{ super() }}
|
||||||
|
|
||||||
|
<li><a href="">Some Link</a></li>
|
||||||
|
<li><a href="">Another Link</a></li>
|
||||||
|
|
||||||
|
{% endblock %}
|
Loading…
Reference in New Issue