iatoolkit 0.60.2__py3-none-any.whl → 0.62.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of iatoolkit might be problematic. Click here for more details.
- iatoolkit/common/routes.py +6 -3
- iatoolkit/common/util.py +0 -6
- iatoolkit/iatoolkit.py +1 -1
- iatoolkit/services/auth_service.py +1 -1
- iatoolkit/static/js/chat_main.js +5 -152
- iatoolkit/static/js/chat_prompt_manager.js +94 -0
- iatoolkit/static/styles/chat_iatoolkit.css +103 -16
- iatoolkit/static/styles/chat_modal.css +6 -4
- iatoolkit/static/styles/landing_page.css +120 -172
- iatoolkit/templates/_company_header.html +21 -0
- iatoolkit/templates/base.html +2 -0
- iatoolkit/templates/change_password.html +3 -3
- iatoolkit/templates/chat.html +72 -83
- iatoolkit/templates/error.html +45 -8
- iatoolkit/templates/forgot_password.html +10 -12
- iatoolkit/templates/index.html +61 -78
- iatoolkit/templates/signup.html +12 -10
- iatoolkit/views/change_password_view.py +1 -1
- iatoolkit/views/forgot_password_view.py +1 -1
- iatoolkit/views/home_view.py +69 -0
- iatoolkit/views/index_view.py +5 -34
- iatoolkit/views/logout_api_view.py +1 -1
- iatoolkit/views/signup_view.py +1 -1
- iatoolkit/views/verify_user_view.py +8 -2
- {iatoolkit-0.60.2.dist-info → iatoolkit-0.62.0.dist-info}/METADATA +1 -1
- {iatoolkit-0.60.2.dist-info → iatoolkit-0.62.0.dist-info}/RECORD +28 -28
- iatoolkit/templates/_branding_styles.html +0 -53
- iatoolkit/templates/_login_widget.html +0 -42
- iatoolkit/templates/_navbar.html +0 -9
- {iatoolkit-0.60.2.dist-info → iatoolkit-0.62.0.dist-info}/WHEEL +0 -0
- {iatoolkit-0.60.2.dist-info → iatoolkit-0.62.0.dist-info}/top_level.txt +0 -0
|
@@ -2,12 +2,12 @@ iatoolkit/__init__.py,sha256=4PWjMJjktixtrxF6BY405qyA50Sv967kEP2x-oil6qk,1120
|
|
|
2
2
|
iatoolkit/base_company.py,sha256=vU4ki-wB3PWIn3_Bvehfh0TfBH_XNC614tRBKNmEd84,4718
|
|
3
3
|
iatoolkit/cli_commands.py,sha256=G5L9xQXZ0lVFXQWBaE_KEZHyfuiT6PL1nTQRoSdnBzc,2302
|
|
4
4
|
iatoolkit/company_registry.py,sha256=tduqt3oV8iDX_IB1eA7KIgvIxE4edTcy-3qZIXh3Lzw,2549
|
|
5
|
-
iatoolkit/iatoolkit.py,sha256=
|
|
5
|
+
iatoolkit/iatoolkit.py,sha256=8fZFUCxun-DTYALYx_p21TJ5YlULXDW0l_73VFKumYw,17616
|
|
6
6
|
iatoolkit/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
iatoolkit/common/exceptions.py,sha256=EXx40n5htp7UiOM6P1xfJ9U6NMcADqm62dlFaKz7ICU,1154
|
|
8
|
-
iatoolkit/common/routes.py,sha256=
|
|
8
|
+
iatoolkit/common/routes.py,sha256=XwhbXupwnYqZ2F4Ec28o9W0LmUUHzpc0QDLQttl4Dwc,5843
|
|
9
9
|
iatoolkit/common/session_manager.py,sha256=UeKfD15bcEA3P5e0WSURfotLqpsiIMp3AXxAMhtgHs0,471
|
|
10
|
-
iatoolkit/common/util.py,sha256=
|
|
10
|
+
iatoolkit/common/util.py,sha256=dlSDxnN3g-GOjK3YsPggzQG7VsZWarIMCzUkV9FBAIw,14442
|
|
11
11
|
iatoolkit/infra/__init__.py,sha256=5JqK9sZ6jBuK83zDQokUhxQ0wuJJJ9DXB8pYCLkX7X4,102
|
|
12
12
|
iatoolkit/infra/call_service.py,sha256=iRk9VxbXaAwlLIl8fUzGDWIAdzwfsbs1MtP84YeENxg,4929
|
|
13
13
|
iatoolkit/infra/gemini_adapter.py,sha256=kXV-t5i9GmWBafUPX2kAyiqvcT7GPoxHylcCUWG_c_U,15051
|
|
@@ -34,7 +34,7 @@ iatoolkit/repositories/profile_repo.py,sha256=21am3GP7XCG0nq6i3pArQ7mfGsrRn8rdcW
|
|
|
34
34
|
iatoolkit/repositories/tasks_repo.py,sha256=icVO_r2oPagGnnBhwVFzznnvEEU2EAx-2dlWuWvoDC4,1745
|
|
35
35
|
iatoolkit/repositories/vs_repo.py,sha256=UkpmQQiocgM5IwRBmmWhw3HHzHP6zK1nN3J3TcQgjhc,5300
|
|
36
36
|
iatoolkit/services/__init__.py,sha256=5JqK9sZ6jBuK83zDQokUhxQ0wuJJJ9DXB8pYCLkX7X4,102
|
|
37
|
-
iatoolkit/services/auth_service.py,sha256=
|
|
37
|
+
iatoolkit/services/auth_service.py,sha256=so6031zc9BTrLYskSrOpi1Cplu23_biPnTb-UgcDG4s,7495
|
|
38
38
|
iatoolkit/services/benchmark_service.py,sha256=CdbFYyS3FHFhNzWQEa9ZNjUlmON10DT1nKNbZQ1EUi8,5880
|
|
39
39
|
iatoolkit/services/branding_service.py,sha256=gXj9Lj6EIFNIHT6wAHia5lr4_2a2sD-ExMbewno5YD8,7505
|
|
40
40
|
iatoolkit/services/dispatcher_service.py,sha256=Qdn2x4cozpgpKg2448sUxkhO6tuplzb8xPWUxdTTFBE,12772
|
|
@@ -59,54 +59,54 @@ iatoolkit/static/js/chat_feedback_button.js,sha256=j3BIyxcgyDuDDBn3vxxe0DV4evQab
|
|
|
59
59
|
iatoolkit/static/js/chat_filepond.js,sha256=mzXafm7a506EpM37KATTK3zvAswO1E0KSUY1vKbwuRc,3163
|
|
60
60
|
iatoolkit/static/js/chat_history_button.js,sha256=4h6ldU7cDvgkW84fMKB8JReoxCX0NKSQAir_4CzAF9I,4382
|
|
61
61
|
iatoolkit/static/js/chat_logout_button.js,sha256=Of9H6IbAboSBmeqRaurEVW6_dL752L0UeDcDLNBD5Z0,1335
|
|
62
|
-
iatoolkit/static/js/chat_main.js,sha256=
|
|
62
|
+
iatoolkit/static/js/chat_main.js,sha256=6c90EIGd1Elh6Qi0mgo3TTfEF_xM-Un52T5_8_lyW3Q,12479
|
|
63
63
|
iatoolkit/static/js/chat_onboarding_button.js,sha256=vjvEloJ9PA9D7jOGca0QjS3J_7bU97R71L7kSyY3wOI,3153
|
|
64
|
+
iatoolkit/static/js/chat_prompt_manager.js,sha256=QYki28CpyM2Chn82dnOP2eH6FObxH8eChGFyUxukv1M,3319
|
|
64
65
|
iatoolkit/static/js/chat_reload_button.js,sha256=f8f_qRnZTNr_DwbcmafTHIuBLmiCoypYAKGQc472AOs,2393
|
|
65
|
-
iatoolkit/static/styles/chat_iatoolkit.css,sha256
|
|
66
|
+
iatoolkit/static/styles/chat_iatoolkit.css,sha256=-ZVVtaxOzwjDH07Mr30VxpCpIFanfvrJEY7Yku8dndk,15599
|
|
66
67
|
iatoolkit/static/styles/chat_info.css,sha256=17DbgoNYE21VYWfb5L9-QLCpD2R1idK4imKRLwXtJLY,1058
|
|
67
|
-
iatoolkit/static/styles/chat_modal.css,sha256=
|
|
68
|
-
iatoolkit/static/styles/landing_page.css,sha256=
|
|
68
|
+
iatoolkit/static/styles/chat_modal.css,sha256=up0NhGwbfu6L-Pj8SBT3_Iq_32HxOQbpLeHtj8ym938,4439
|
|
69
|
+
iatoolkit/static/styles/landing_page.css,sha256=fgVQsl9UQRLBYJpma-ni1R5ZBd-3UeR6yl0nwDkB2dY,4200
|
|
69
70
|
iatoolkit/static/styles/llm_output.css,sha256=AlxgRSOleeCk2dLAqFWVaQ-jwZiJjcpC5rHuUv3T6VU,2312
|
|
70
71
|
iatoolkit/static/styles/onboarding.css,sha256=Bo0hd8ngVy404_a-gtNFi-hzljhIAnpE-1oQJGnj0F0,3655
|
|
71
72
|
iatoolkit/system_prompts/format_styles.prompt,sha256=MSMe1qvR3cF_0IbFshn8R0z6Wx6VCHQq1p37rpu5wwk,3576
|
|
72
73
|
iatoolkit/system_prompts/query_main.prompt,sha256=D2Wjf0uunQIQsQiJVrY-BTQz6PemM5En6ftmw_c5t4E,2808
|
|
73
74
|
iatoolkit/system_prompts/sql_rules.prompt,sha256=y4nURVnb9AyFwt-lrbMNBHHtZlhk6kC9grYoOhRnrJo,59174
|
|
74
|
-
iatoolkit/templates/
|
|
75
|
-
iatoolkit/templates/_login_widget.html,sha256=pTiCdH3OcNGSMQjjSQRI-kQxKe2vzmgEtkNalBBDpxo,1929
|
|
76
|
-
iatoolkit/templates/_navbar.html,sha256=o1PvZE5ueLmVpGUAmsjtu-vS_WPROTlJc2sTXl6AS4Y,360
|
|
75
|
+
iatoolkit/templates/_company_header.html,sha256=J1Y-7Z2BmwYGkI5Ys7KgdrkAq0ak77xI8j87UJLDlCw,779
|
|
77
76
|
iatoolkit/templates/about.html,sha256=ciC08grUVz5qLzdzDDqDX31xirg5PrJIRYabWpV9oA8,294
|
|
78
|
-
iatoolkit/templates/base.html,sha256=
|
|
79
|
-
iatoolkit/templates/change_password.html,sha256=
|
|
80
|
-
iatoolkit/templates/chat.html,sha256=
|
|
77
|
+
iatoolkit/templates/base.html,sha256=y6YnYM1w2YXOuU0HcC9oE-o7UjFEBgusJqDxHEWazHI,2361
|
|
78
|
+
iatoolkit/templates/change_password.html,sha256=rKPeG6ZKuuQLv7cTdlb5TyzmHbEn4MwF3wjzQUNwf-0,3533
|
|
79
|
+
iatoolkit/templates/chat.html,sha256=6i01YQUSfWeehJ8FV1u3DDM6salIbrf3G52eDKIS6TM,12343
|
|
81
80
|
iatoolkit/templates/chat_modals.html,sha256=NwwgPoOmVbjy4aO2eHsy1TUMXRiOfTOC5Jx_F2ehhcs,6947
|
|
82
|
-
iatoolkit/templates/error.html,sha256=
|
|
83
|
-
iatoolkit/templates/forgot_password.html,sha256=
|
|
81
|
+
iatoolkit/templates/error.html,sha256=vkKP-D67II-PzTKF0uklWaf4ms1FRxO2k9_2j5OSNOc,1943
|
|
82
|
+
iatoolkit/templates/forgot_password.html,sha256=iJ4qgC8NMpalmO2g6sxUrPznSAy6aN0bi10EB1WldGE,2165
|
|
84
83
|
iatoolkit/templates/header.html,sha256=179agI7rnYwP_rvJNXIiVde5E8Ec5649_XKq6eew2Hk,1263
|
|
85
|
-
iatoolkit/templates/index.html,sha256=
|
|
84
|
+
iatoolkit/templates/index.html,sha256=4TUvp8ABp6isY42YZ4wmnIa4n1hyV1v83iBGeTJ98Rc,7800
|
|
86
85
|
iatoolkit/templates/login_simulation.html,sha256=1svwCBPrJ3Gy6bD9WMuz25NBSdFgZt4j8_sC7HE6MFU,1270
|
|
87
86
|
iatoolkit/templates/onboarding_shell.html,sha256=exSGckoPeE-ID9ym3B4TLh5hULpR7N1X6LeuSNmiUL0,4666
|
|
88
|
-
iatoolkit/templates/signup.html,sha256=
|
|
87
|
+
iatoolkit/templates/signup.html,sha256=ZX1Ufj-W5efOqiBG_7SIxUZcKonffsdRaWdEQYTFuqs,4262
|
|
89
88
|
iatoolkit/templates/test.html,sha256=rwNtxC83tbCl5COZFXYvmRBxxmgFJtPNuVBd_nq9KWY,133
|
|
90
89
|
iatoolkit/views/__init__.py,sha256=5JqK9sZ6jBuK83zDQokUhxQ0wuJJJ9DXB8pYCLkX7X4,102
|
|
91
90
|
iatoolkit/views/base_login_view.py,sha256=qoMMrAezCJvzjcfNzIbd2vwHhksALIQfNK8f_9E8m0o,3241
|
|
92
|
-
iatoolkit/views/change_password_view.py,sha256=
|
|
91
|
+
iatoolkit/views/change_password_view.py,sha256=_ukf0Zrknvm_FQSXDLckqTBUGIkz7p_n4p09Nl5f2dI,4502
|
|
93
92
|
iatoolkit/views/external_login_view.py,sha256=d4gUQbxFsThGbbAUdtFn7AMgPJjeb7_8KFFoH3vspVA,2853
|
|
94
93
|
iatoolkit/views/file_store_api_view.py,sha256=UvtZWOG-rLQMLfs8igOIYoQ-tkkEg5baMjqCJdKxaRQ,2300
|
|
95
|
-
iatoolkit/views/forgot_password_view.py,sha256
|
|
94
|
+
iatoolkit/views/forgot_password_view.py,sha256=kqr5GJXYB1IrSHVjqBzPK55RsZqDbiob6C-MKvIOdl0,3158
|
|
96
95
|
iatoolkit/views/history_api_view.py,sha256=0YChbss0ae05KHzni2p3d4bGS2_yKAbjALk1OBeQk50,1867
|
|
97
|
-
iatoolkit/views/
|
|
96
|
+
iatoolkit/views/home_view.py,sha256=o2KYG7ZEoCkwip-BaWjzWbAIG-Q1uADvMeGxupqwiss,2794
|
|
97
|
+
iatoolkit/views/index_view.py,sha256=OsykSlXLB-TpFAPkDlsMna6bi3Ie5PXL303Hsg3WwUM,329
|
|
98
98
|
iatoolkit/views/init_context_api_view.py,sha256=YTjpT4xdtm1knUhelDj-VbV4EK6o_qGAgwwDhFmIOlg,2716
|
|
99
99
|
iatoolkit/views/llmquery_api_view.py,sha256=v_KxR6w-TrCVR2fMFHZCz3_v4o42CXb1Yvd-R1hSJHg,1662
|
|
100
100
|
iatoolkit/views/login_simulation_view.py,sha256=0Qt-puRnltI2HZxlfdyJmOf26-hQp3xjknGV_jkwV7E,3484
|
|
101
101
|
iatoolkit/views/login_view.py,sha256=ESJLKHGUKQw71STHK2AoxugQUJmxnPYlI13n7ZawLLg,5663
|
|
102
|
-
iatoolkit/views/logout_api_view.py,sha256=
|
|
102
|
+
iatoolkit/views/logout_api_view.py,sha256=wpiWLNkgypOOy7L75_tCJLv1gvcITgmd_hK2ipb9024,1505
|
|
103
103
|
iatoolkit/views/prompt_api_view.py,sha256=S_4-qAD5knh8Esae1AczEYGdXy_AuU7LMOmnUPej4jQ,1294
|
|
104
|
-
iatoolkit/views/signup_view.py,sha256=
|
|
104
|
+
iatoolkit/views/signup_view.py,sha256=f0556sRZsGIBZVYSZ7vXbUbPRI2HQ2qHPRS4Y3vyPOI,3921
|
|
105
105
|
iatoolkit/views/tasks_api_view.py,sha256=wGnuwuuL83ByQ1Yre6ytRVztA0OGQjGrwMjB1_G830U,2630
|
|
106
106
|
iatoolkit/views/tasks_review_api_view.py,sha256=wsCpzqyRyUdCXWAhyGlBe3eNZZ6A1DQG7TblN_GZNfM,1894
|
|
107
107
|
iatoolkit/views/user_feedback_api_view.py,sha256=-Ngex8SPf0mPvPNqwE_GUcRErLpOL49yJ43o5Y4Qhqo,1992
|
|
108
|
-
iatoolkit/views/verify_user_view.py,sha256=
|
|
109
|
-
iatoolkit-0.
|
|
110
|
-
iatoolkit-0.
|
|
111
|
-
iatoolkit-0.
|
|
112
|
-
iatoolkit-0.
|
|
108
|
+
iatoolkit/views/verify_user_view.py,sha256=QQ5au33eckPoMoVdQcLRq16sGO1vzjXEufUXDbelq04,2742
|
|
109
|
+
iatoolkit-0.62.0.dist-info/METADATA,sha256=7GkH7onAQrs8HAU3q053usxEPLvDGurJ5OLq8Zc-mCA,9301
|
|
110
|
+
iatoolkit-0.62.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
111
|
+
iatoolkit-0.62.0.dist-info/top_level.txt,sha256=V_w4QvDx0b1RXiy8zTCrD1Bp7AZkFe3_O0-9fMiwogg,10
|
|
112
|
+
iatoolkit-0.62.0.dist-info/RECORD,,
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
<!-- templates/_branding_styles.html -->
|
|
2
|
-
<style>
|
|
3
|
-
{{ branding.css_variables | safe }}
|
|
4
|
-
|
|
5
|
-
/* Clases de botón reutilizables basadas en el branding */
|
|
6
|
-
.btn-branded-primary {
|
|
7
|
-
background-color: var(--brand-primary-color);
|
|
8
|
-
color: var(--brand-text-on-primary);
|
|
9
|
-
border-color: var(--brand-primary-color);
|
|
10
|
-
transition: all 0.2s ease-in-out;
|
|
11
|
-
}
|
|
12
|
-
.btn-branded-primary:hover {
|
|
13
|
-
color: var(--brand-text-on-primary);
|
|
14
|
-
box-shadow: inset 0 0 0 200px rgba(0, 0, 0, 0.15);
|
|
15
|
-
}
|
|
16
|
-
.btn-branded-secondary {
|
|
17
|
-
background-color: var(--brand-secondary-color);
|
|
18
|
-
color: var(--brand-text-on-secondary);
|
|
19
|
-
border-color: var(--brand-secondary-color);
|
|
20
|
-
transition: all 0.2s ease-in-out;
|
|
21
|
-
}
|
|
22
|
-
.btn-branded-secondary:hover {
|
|
23
|
-
color: var(--brand-text-on-secondary);
|
|
24
|
-
box-shadow: inset 0 0 0 200px rgba(0, 0, 0, 0.15);
|
|
25
|
-
}
|
|
26
|
-
.form-title {
|
|
27
|
-
color: var(--brand-primary-color);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/* --- ESTILOS CORREGIDOS Y MÁS ESPECÍFICOS PARA SWEETALERT2 --- */
|
|
31
|
-
|
|
32
|
-
/* Botón de Confirmar (OK) */
|
|
33
|
-
.swal2-confirm.custom-confirm-button {
|
|
34
|
-
background-color: var(--brand-primary-color) !important;
|
|
35
|
-
color: var(--brand-text-on-primary) !important;
|
|
36
|
-
border: 1px solid var(--brand-primary-color) !important;
|
|
37
|
-
box-shadow: none !important;
|
|
38
|
-
}
|
|
39
|
-
.swal2-confirm.custom-confirm-button:hover {
|
|
40
|
-
box-shadow: inset 0 0 0 200px rgba(0, 0, 0, 0.15) !important;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
/* Botón de Cancelar */
|
|
44
|
-
.swal2-cancel.custom-cancel-button {
|
|
45
|
-
background-color: var(--brand-secondary-color) !important;
|
|
46
|
-
color: var(--brand-text-on-secondary) !important;
|
|
47
|
-
border: 1px solid var(--brand-secondary-color) !important;
|
|
48
|
-
box-shadow: none !important;
|
|
49
|
-
}
|
|
50
|
-
.swal2-cancel.custom-cancel-button:hover {
|
|
51
|
-
box-shadow: inset 0 0 0 200px rgba(0, 0, 0, 0.15) !important;
|
|
52
|
-
}
|
|
53
|
-
</style>
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
<!-- templates/_login_widget.html -->
|
|
2
|
-
<div class="border rounded p-4 shadow-sm bg-light">
|
|
3
|
-
<!-- 1. Encabezado de Marketing -->
|
|
4
|
-
<div class="text-center mb-4">
|
|
5
|
-
<p class="text-muted widget-intro-text">
|
|
6
|
-
Explora IAToolkit con una empresa de ejemplo.
|
|
7
|
-
Regístrate para vivir la experiencia completa de un usuario real que consulta a la plataforma.
|
|
8
|
-
</p>
|
|
9
|
-
</div>
|
|
10
|
-
|
|
11
|
-
<!-- 2. Formulario de Inicio de Sesión -->
|
|
12
|
-
<form id="login-form"
|
|
13
|
-
action="{{ url_for('login', company_short_name=company_short_name) }}"
|
|
14
|
-
method="post">
|
|
15
|
-
<div class="mb-3">
|
|
16
|
-
<label for="email" class="form-label d-block">Correo Electrónico</label>
|
|
17
|
-
<input type="email" id="email" name="email" class="form-control"
|
|
18
|
-
required value="{{ form_data.email if form_data is defined else '' }}">
|
|
19
|
-
</div>
|
|
20
|
-
<div class="mb-3">
|
|
21
|
-
<label for="password" class="form-label d-block">Contraseña</label>
|
|
22
|
-
<input type="password" id="password" name="password"
|
|
23
|
-
class="form-control" required>
|
|
24
|
-
</div>
|
|
25
|
-
<button type="submit" class="btn btn-branded-primary w-100 fw-bold py-2">
|
|
26
|
-
Probar demo ahora
|
|
27
|
-
</button>
|
|
28
|
-
</form>
|
|
29
|
-
|
|
30
|
-
<!-- 3. Nueva Sección de Registro más Atractiva -->
|
|
31
|
-
<div class="mt-4 pt-3 text-center" style="border-top: 1px solid #e0e0e0;">
|
|
32
|
-
<span class="text-muted small">¿Eres nuevo aquí?</span>
|
|
33
|
-
<a href="{{ url_for('signup', company_short_name=company_short_name) }}" id="signup-link" class="fw-bold ms-1 text-decoration-none">Crea una cuenta gratis</a>
|
|
34
|
-
</div>
|
|
35
|
-
|
|
36
|
-
<!-- 4. Enlace de Recuperación de Contraseña (más sutil) -->
|
|
37
|
-
<div class="text-center mt-2">
|
|
38
|
-
<a href="{{ url_for('forgot_password', company_short_name=company_short_name) }}" class="text-decoration-none text-muted" style="font-size: 0.8rem;">
|
|
39
|
-
¿Olvidaste tu contraseña?
|
|
40
|
-
</a>
|
|
41
|
-
</div>
|
|
42
|
-
</div>
|
iatoolkit/templates/_navbar.html
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<!-- templates/_navbar.html -->
|
|
2
|
-
<nav class="navbar landing-navbar">
|
|
3
|
-
<div class="container-fluid">
|
|
4
|
-
<!-- Convertido en un enlace a la landing page de la compañía actual -->
|
|
5
|
-
<a class="navbar-brand text-decoration-none" href="{{ url_for('index', company_short_name=company_short_name) }}">
|
|
6
|
-
IAToolkit
|
|
7
|
-
</a>
|
|
8
|
-
</div>
|
|
9
|
-
</nav>
|
|
File without changes
|
|
File without changes
|