ckan / ckanext-pages

A simple builtin CMS for CKAN sites
GNU General Public License v3.0
51 stars 99 forks source link

cannot find macros/form.html #103

Open hussnainwithss opened 3 years ago

hussnainwithss commented 3 years ago

the base_form.html in templates imports macros/form.html {% import 'macros/form.html' as form %} but cannot find the file in the macros folder. i basically want to make the date picker for publish a date input type. is there any other way to do this? other than modifing macros/form.html?