Skip to content

Commit

Permalink
fix: link to layout
Browse files Browse the repository at this point in the history
  • Loading branch information
fbraem committed Dec 26, 2024
1 parent 93a0971 commit 3f3d81d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "../layout.jinja2" %}
{% extends "/layout.jinja2" %}
{% block title %} {{ website.name }} {% endblock %}
{% block content %}
<h2>User Invitation</h2>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/kwai/templates/en/identity/recover_html.jinja2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "../layout.jinja2" %}
{% extends "/layout.jinja2" %}
{% block title %} {{ website.name }} {% endblock %}
{% block content %}
<h2>Password Reset Request</h2>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "../layout.jinja2" %}
{% extends "/layout.jinja2" %}
{% block title %} {{ website.name }} {% endblock %}
{% block content %}
<h2>Uitnodiging</h2>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/kwai/templates/nl/identity/recover_html.jinja2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "../layout.jinja2" %}
{% extends "/layout.jinja2" %}
{% block title %} {{ website.name }} {% endblock %}
{% block content %}
<h2>Paswoord Herstellen</h2>
Expand Down

0 comments on commit 3f3d81d

Please sign in to comment.