mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
We don't need to pass gettext for inline CSS transforation
This commit is contained in:
parent
414e336852
commit
6c5883bce0
@ -118,12 +118,10 @@ class ForeignKeyConstraintModule(ConstraintTypeModule):
|
|||||||
render_template(
|
render_template(
|
||||||
"browser/css/collection.css",
|
"browser/css/collection.css",
|
||||||
node_type=self.node_type,
|
node_type=self.node_type,
|
||||||
_=_
|
|
||||||
),
|
),
|
||||||
render_template(
|
render_template(
|
||||||
"foreign_key/css/foreign_key.css",
|
"foreign_key/css/foreign_key.css",
|
||||||
node_type=self.node_type,
|
node_type=self.node_type,
|
||||||
_=_
|
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user