Password Reset Link/Page does not appear DEBUT theme

I am a shopify newbie and am so confused at what to do to rectify the issue. Clicking the link to reset the password on my site does not work. I am using the Debut theme and my site is Sheddie Besties – SheddieBesties Help!

This is my liquid code for that page:

{% form 'reset_customer_password' %}

{{ 'customer.reset_password.title' | t }}

{{ 'customer.reset_password.subtext' | t: email: email }}

{%- if form.errors -%}

{{ form.errors | default_errors }}
{%- endif -%}

{{ ‘customer.reset_password.password’ | t }}

{{ ‘customer.reset_password.password_confirm’ | t }}

{% endform %}