Spaces:
Running
Running
Update src/templates/auth/login.html
Browse files
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 '
|
| 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 %}
|