test
This commit is contained in:
parent
adb57454e6
commit
dba2ae3b64
|
@ -31,6 +31,8 @@ storage = MemoryStorage()
|
||||||
bot = Bot(token=API_TOKEN)
|
bot = Bot(token=API_TOKEN)
|
||||||
dp = Dispatcher(bot, storage=storage)
|
dp = Dispatcher(bot, storage=storage)
|
||||||
|
|
||||||
|
# code
|
||||||
|
|
||||||
# -------------------------------------------------------------------
|
# -------------------------------------------------------------------
|
||||||
# Классы для каждого документа, относительно вводимого в него текста.
|
# Классы для каждого документа, относительно вводимого в него текста.
|
||||||
# -------------------------------------------------------------------
|
# -------------------------------------------------------------------
|
||||||
|
@ -201,7 +203,7 @@ async def process_full_name_kafedra(message: types.Message, state: FSMContext):
|
||||||
|
|
||||||
await fill_document(
|
await fill_document(
|
||||||
template_path='templates/Заявление_на_практику.docx',
|
template_path='templates/Заявление_на_практику.docx',
|
||||||
director_full_name=data['full_name_director'],
|
director_full_name=data['full_name_director'],
|
||||||
group=data['group'],
|
group=data['group'],
|
||||||
full_name=data['full_name'],
|
full_name=data['full_name'],
|
||||||
contact=data['contact'],
|
contact=data['contact'],
|
||||||
|
|
Loading…
Reference in New Issue