heisbuba commited on
Commit
7bbefe9
·
verified ·
1 Parent(s): 6bbabad

Update src/templates/auth/login.html

Browse files
Files changed (1) hide show
  1. src/templates/auth/login.html +1 -1
src/templates/auth/login.html CHANGED
@@ -36,5 +36,5 @@
36
  <a href="{{ url_for('auth.reset_password') }}" class="link" style="float:none;">Forgot Password?</a>
37
  </div>
38
  </div>
39
- {% include 'components/pwa_prompt.html' %}
40
  {% endblock %}
 
36
  <a href="{{ url_for('auth.reset_password') }}" class="link" style="float:none;">Forgot Password?</a>
37
  </div>
38
  </div>
39
+ {% include 'includes/partials/pwa_prompt.html' %}
40
  {% endblock %}