mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-28 11:33:53 -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(
|
||||
"browser/css/collection.css",
|
||||
node_type=self.node_type,
|
||||
_=_
|
||||
),
|
||||
render_template(
|
||||
"foreign_key/css/foreign_key.css",
|
||||
node_type=self.node_type,
|
||||
_=_
|
||||
)
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user