Skip to content

Commit

Permalink
markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidux22 committed Nov 12, 2024
1 parent b99ca93 commit d15cf50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@
<a href=" ./../../../actions/workflows/6_report.yml" >![6. Пояснительная записка]( ./../../actions/workflows/6_report.yml/badge.svg)</a>

<a href=" ./../../../actions/workflows/7_app_is_ready.yml" >![7. App is ready]( ./../../actions/workflows/7_app_is_ready.yml/badge.svg)</a>

## Отладочные пользователи

| Имя | Логин | Пароль |
|-------------------|--------------------------------|---------|
| Прошичев Александр| [email protected] | 123456789 |
| Шушков Егор | [email protected] | 1234 |
2 changes: 1 addition & 1 deletion backend/app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def register() -> str:
render_template('register.html', msg = msg) (string) : возвращаем шаблон страницы с комментарием
'''

msg : str = "that's okay"
msg : str = None
if request.method == 'POST' and 'full_name' in request.form and \
'password' in request.form and \
'email' in request.form and \
Expand Down

0 comments on commit d15cf50

Please sign in to comment.