heisbuba commited on
Commit
6bbabad
·
verified ·
1 Parent(s): 2502c17

Update src/templates/dashboard/home.html

Browse files
Files changed (1) hide show
  1. src/templates/dashboard/home.html +1 -1
src/templates/dashboard/home.html CHANGED
@@ -492,5 +492,5 @@ function resetFilters() {
492
  if (e.target.id === id) toggleModal(id);
493
  }
494
  </script>
495
- {% include 'components/pwa_prompt.html' %}
496
  {% endblock %}
 
492
  if (e.target.id === id) toggleModal(id);
493
  }
494
  </script>
495
+ {% include 'includes/partials/pwa_prompt.html' %}
496
  {% endblock %}