Skip to content

Commit

Permalink
Исправлены названия.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWazowskyi committed Sep 3, 2023
1 parent 3af8e46 commit 3fbdfda
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Бот для фонда "Расправь крылья"
# Бот для фонда "Расправь крылья!"

#### Проект телеграм-бота, который позволяет всем желающим и нуждающимся получить ответы на все необходимые вопросы в телеграме. [“Расправь крылья”](https://detskyfond.info/).

Expand Down
2 changes: 1 addition & 1 deletion src/bot_settings/migrations/0002_add_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def create_start_message_setting(apps, schema_editor):
key="start_message",
title="Сообщение при нажатии на кнопку Start",
type=BotSettingsModel.TEXT,
value='Здравствуйте! Это бот фонда "Расправь крылья".',
value='Здравствуйте! Это бот фонда "Расправь крылья!".',
)


Expand Down
4 changes: 2 additions & 2 deletions src/users/sites.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CustomOTPAdminSite(OTPAdminSite):

login_form = CustomOTPAuthenticationForm

site_header = "Бот фонда 'Расправь крылья'"
site_title = "Бот фонда 'Расправь крылья'"
site_header = "Бот фонда 'Расправь крылья!'"
site_title = "Бот фонда 'Расправь крылья!'"

login_template = "authentication/login.html"
2 changes: 1 addition & 1 deletion src/users/utils/emailing/reset_password.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def send_password_reset_email(instance: User, message=None, template=None):
template = "emailing/password_reset_email.html"
reset_link = get_password_reset_link(instance)
email = render_email_message(
subject='Доступ к админ-панели бота "Расправь крылья"',
subject='Доступ к админ-панели бота "Расправь крылья!"',
context={"password_reset_link": reset_link, "message": message},
from_email=settings.EMAIL_HOST_USER,
to=[
Expand Down

0 comments on commit 3fbdfda

Please sign in to comment.