Skip to content

Commit

Permalink
Fix helper
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Oct 24, 2024
1 parent 6af5e88 commit d3387ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ckanext-unckan/ckanext/unckan/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ def update_config(self, config_):

def get_helpers(self):
return {
'get_unckan_version': base.get_unckan_version
'get_unckan_version': base.get_unckan_version,
}
6 changes: 6 additions & 0 deletions ckanext-unckan/ckanext/unckan/templates/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% ckan_extends %}

{% block footer_attribution %}
{{ super() }}
<p>UNCKAN v{{ h.get_unckan_version() }}</p>
{% endblock %}
6 changes: 0 additions & 6 deletions ckanext-unckan/ckanext/unckan/templates/page.html

This file was deleted.

0 comments on commit d3387ad

Please sign in to comment.