focomy 0.1.111__py3-none-any.whl → 0.1.112__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.
core/api/forms.py CHANGED
@@ -9,7 +9,7 @@ from pydantic import BaseModel
9
9
  from sqlalchemy.ext.asyncio import AsyncSession
10
10
 
11
11
  from ..database import get_db
12
- from ..engine.routes import render_template
12
+ from ..engine.routes import render_theme
13
13
  from ..rate_limit import limiter
14
14
  from ..services.entity import EntityService
15
15
  from ..services.mail import mail_service
@@ -64,7 +64,7 @@ async def view_form(
64
64
  steps = []
65
65
 
66
66
  # Render form template (with admin bar context)
67
- html = await render_template(
67
+ html = await render_theme(
68
68
  db,
69
69
  "form.html",
70
70
  {
@@ -167,7 +167,7 @@ async def submit_form(
167
167
  return {"success": True, "message": success_message}
168
168
 
169
169
  # Render success page (with admin bar context)
170
- html = await render_template(
170
+ html = await render_theme(
171
171
  db,
172
172
  "form_success.html",
173
173
  {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: focomy
3
- Version: 0.1.111
3
+ Version: 0.1.112
4
4
  Summary: The Most Beautiful CMS - A metadata-driven, zero-duplicate-code content management system
5
5
  Project-URL: Homepage, https://github.com/focomy/focomy
6
6
  Project-URL: Documentation, https://focomy.dev/docs
@@ -13,7 +13,7 @@ core/api/__init__.py,sha256=H1StbYGDVRS6g-Jk3UUf17ibAz1K8IUa27NfPMkaNrA,19
13
13
  core/api/auth.py,sha256=Zb37IHcUSjf8_hXiVzhoZPQw6WAiOOS_AoMqE96yat8,11565
14
14
  core/api/comments.py,sha256=Eu_0a_JqgiOP1GPsPoslxDztkCv_M324x9qAuBOWPOE,8397
15
15
  core/api/entities.py,sha256=sAS12hgjt0Zgudrq2BzfXdCU25myh-8whUxsU_z_jt8,11766
16
- core/api/forms.py,sha256=YnGPq0SyQ_O7paJ7kV2EdCUYyq0YUJyYsOX0rkBWFos,5009
16
+ core/api/forms.py,sha256=uApPZPxSvZbyEPLI1e7DSDHU1Oh6oaSbyHLN1cxoa88,5000
17
17
  core/api/media.py,sha256=iCsgRBS_-raYK99sksudyAINnTWFl1GhTMBaXJGWkek,6767
18
18
  core/api/relations.py,sha256=sErG5lNLBjmWZ5qSXyhGkU7F8iVZAYpFc-_5mY3ZkzU,4874
19
19
  core/api/revisions.py,sha256=8BJXtCsq8OJV1R5s33bl369lQrRDNkztWoS0tX70uAA,6960
@@ -201,8 +201,8 @@ themes/minimal/templates/base.html,sha256=LFkx-XLDMGH7oFHHa0e6KPB0DJITOBvr6GtPkD
201
201
  themes/minimal/templates/home.html,sha256=ygYQgYj1OGCiKwmfsxwkPselVKT8vDH3jLLbfphpqKI,1577
202
202
  themes/minimal/templates/page.html,sha256=7Xcoq-ryaxlp913H2S1ishrAro2wsqqGmvsm1osXxd4,389
203
203
  themes/minimal/templates/post.html,sha256=FkTRHci8HNIIi3DU6Mb3oL0aDisGyDcsT_IUDwHmrvo,1387
204
- focomy-0.1.111.dist-info/METADATA,sha256=6a3EmVsy6IOOVUM1wDtGebUVQqnn8Q1K3hVso97veoc,7042
205
- focomy-0.1.111.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
206
- focomy-0.1.111.dist-info/entry_points.txt,sha256=_rF-wxGI1axY7gox3DBsTLHq-JrFKkMCjA65a6b_oqE,41
207
- focomy-0.1.111.dist-info/licenses/LICENSE,sha256=z9Z7gN7NNV7zYCaY-Knh3bv8RBCu89VueYtAlN_-lro,1063
208
- focomy-0.1.111.dist-info/RECORD,,
204
+ focomy-0.1.112.dist-info/METADATA,sha256=3Eb-eP3FH1UFg3iKmX2iijwa9MKjHGhaNMovCGTNJd0,7042
205
+ focomy-0.1.112.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
206
+ focomy-0.1.112.dist-info/entry_points.txt,sha256=_rF-wxGI1axY7gox3DBsTLHq-JrFKkMCjA65a6b_oqE,41
207
+ focomy-0.1.112.dist-info/licenses/LICENSE,sha256=z9Z7gN7NNV7zYCaY-Knh3bv8RBCu89VueYtAlN_-lro,1063
208
+ focomy-0.1.112.dist-info/RECORD,,