diff --git a/base/static/holiday/action.js b/base/static/holiday/action.js index ddbbdd9f6..80dee36c9 100644 --- a/base/static/holiday/action.js +++ b/base/static/holiday/action.js @@ -341,7 +341,7 @@ $("#bulkHolidaysDelete").click(function (e) { }); }); -$("#holidaysInfoImport").click(function (e) { +$(".holidaysInfoImport").click(function (e) { e.preventDefault(); var languageCode = null; getCurrentLanguageCode(function (code) { diff --git a/base/templates/holiday/holiday_view.html b/base/templates/holiday/holiday_view.html index fa0e750c6..a99e272c7 100644 --- a/base/templates/holiday/holiday_view.html +++ b/base/templates/holiday/holiday_view.html @@ -76,8 +76,7 @@
  • {% trans "Import" %} +
    + + + {% trans "Download Template" %} + +