From 15a9a8110dbd3b0116771c64b610dde2b7b4ece0 Mon Sep 17 00:00:00 2001 From: Toksi86 Date: Thu, 22 May 2025 13:43:15 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B0=D0=B4=D1=80=D0=B5=D1=81=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B0=D0=BA=D1=82=D0=BE=D0=B2?= =?UTF-8?q?,=20=D0=B2=20=D1=81=D0=BB=D1=83=D1=87=D0=B0=D0=B5,=20=D0=B5?= =?UTF-8?q?=D1=81=D0=BB=D0=B8=20=D0=BD=D0=B5=D0=BE=D0=B1=D1=85=D0=BE=D0=B4?= =?UTF-8?q?=D0=B8=D0=BC=D0=B0=20=D0=BF=D0=BE=D0=BC=D0=BE=D1=89=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/django-test.yml | 4 ++-- .github/workflows/release-ci.yml | 4 ++-- templates/email/confirm-email.html | 7 ++++--- templates/email/reset-password.html | 2 +- templates/email/verification-succeed.html | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/django-test.yml b/.github/workflows/django-test.yml index 4514720d..cceed92e 100644 --- a/.github/workflows/django-test.yml +++ b/.github/workflows/django-test.yml @@ -19,7 +19,7 @@ jobs: python-version: 3.11 - name: cache poetry install - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.local key: poetry-1.2.2-0 @@ -32,7 +32,7 @@ jobs: - name: cache deps id: cache-deps - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: .venv key: pydeps-${{ hashFiles('**/poetry.lock') }} diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 4594280e..c6279013 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -18,7 +18,7 @@ jobs: python-version: 3.11 - name: cache poetry install - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.local key: poetry-1.2.2-0 @@ -31,7 +31,7 @@ jobs: - name: cache deps id: cache-deps - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: .venv key: pydeps-${{ hashFiles('**/poetry.lock') }} diff --git a/templates/email/confirm-email.html b/templates/email/confirm-email.html index c1034dc3..8fe4f17e 100644 --- a/templates/email/confirm-email.html +++ b/templates/email/confirm-email.html @@ -260,8 +260,9 @@ >
Чтобы продолжить регистрацию и подтвердить почту, нажмите кнопку ниже. Если Вы не регистрировались, проигнорируйте это письмо.
+ style="font-family:sans-serif;font-size:20px;font-weight:400;line-height:150%;text-align:left;color:#8c888a;" + >Чтобы продолжить регистрацию и подтвердить почту, нажмите кнопку ниже. Если Вы не + регистрировались, проигнорируйте это письмо. @@ -400,7 +401,7 @@
Нужна помощь? - Напишите нам
diff --git a/templates/email/reset-password.html b/templates/email/reset-password.html index 4b6f6a7b..0145bf40 100644 --- a/templates/email/reset-password.html +++ b/templates/email/reset-password.html @@ -400,7 +400,7 @@
Нужна помощь? - Напишите нам
+ Напишите нам diff --git a/templates/email/verification-succeed.html b/templates/email/verification-succeed.html index fc038f6b..faa32aa9 100644 --- a/templates/email/verification-succeed.html +++ b/templates/email/verification-succeed.html @@ -514,7 +514,7 @@
Нужна помощь? - Напишите нам
+ Напишите нам