mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-04 20:21:49 +02:00
Merge 6b6cd2ec2b
into cf77b4c346
This commit is contained in:
commit
7573302ce0
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="h-100">
|
||||
<head>
|
||||
<title>{{ _("Account manager") }}{% block title %}{% endblock %}</title>
|
||||
<title>I Hate Money — {{ _("Account manager") }}{% block title %}{% endblock %}</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel=stylesheet type=text/css href="{{ url_for("static", filename='css/main.css') }}">
|
||||
|
|
|
@ -239,7 +239,7 @@ class TestBudget(IhatemoneyTestCase):
|
|||
url, data={"password": "pass", "password_confirmation": "pass"}
|
||||
)
|
||||
resp = self.login("raclette", password="pass")
|
||||
assert "<title>Account manager - raclette</title>" in resp.data.decode("utf-8")
|
||||
assert "<title>I Hate Money — Account manager - raclette</title>" in resp.data.decode("utf-8")
|
||||
# Test empty and null tokens
|
||||
resp = self.client.get("/reset-password")
|
||||
assert "No token provided" in resp.data.decode("utf-8")
|
||||
|
|
Loading…
Reference in a new issue