helpers_update #1

Merged
a.fabrizio0a806 merged 27 commits from helpers_update into main 2024-10-15 15:42:14 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 760cf98b4d - Show all commits

View File

@ -9,7 +9,7 @@ from ckan.model import Package
# import ckanext.d4science.cli as cli
# import ckanext.d4science.helpers as helpers
# import ckanext.d4science.views as views
import ckanext.d4science.views as views
# from ckanext.d4science.logic import (
# action, auth, validators
# )

View File

@ -2,6 +2,7 @@
{% block footer_links %}
<p>Footer test!</p>
<img src="batman_logo.png" alt="test" />
{% endblock %}