File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
3- {% block title %}Edit : {{ recipe_name }} - Cook{% endblock %}
3+ {% block title %}{{ tr.t("action-edit") }} : {{ recipe_name }} - Cook{% endblock %}
44
55{% block content %}
66< div class ="flex flex-col h-[calc(100vh-12rem)] ">
Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
3- {% block title %}Error - Cook{% endblock %}
3+ {% block title %}{{ tr.t("error-title") }} - Cook{% endblock %}
44
55{% block content %}
66< div class ="max-w-2xl mx-auto mt-12 ">
Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
3- {% block title %}Preferences - Cook{% endblock %}
3+ {% block title %}{{ tr.t("nav-preferences") }} - Cook{% endblock %}
44
55{% block content %}
66< div >
Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
3- {% block title %}Recipes - Cook{% endblock %}
3+ {% block title %}{{ tr.t("nav-recipes") }} - Cook{% endblock %}
44
55{% block content %}
66< div >
Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
3- {% block title %}Shopping List - Cook{% endblock %}
3+ {% block title %}{{ tr.t("nav-shopping-list") }} - Cook{% endblock %}
44
55{% block content %}
66< div class ="flex flex-col lg:flex-row gap-6 ">
You can’t perform that action at this time.
0 commit comments