Autorisation du HTML dans les annonces
This commit is contained in:
+7
-1
@@ -145,7 +145,13 @@ navbar = dbc.Navbar(
|
|||||||
style={"minWidth": "230px"},
|
style={"minWidth": "230px"},
|
||||||
),
|
),
|
||||||
dbc.Nav(
|
dbc.Nav(
|
||||||
children=[dcc.Markdown(os.getenv("ANNOUNCEMENTS"), id="announcements")],
|
children=[
|
||||||
|
dcc.Markdown(
|
||||||
|
os.getenv("ANNOUNCEMENTS"),
|
||||||
|
id="announcements",
|
||||||
|
dangerously_allow_html=True,
|
||||||
|
),
|
||||||
|
],
|
||||||
style={
|
style={
|
||||||
"maxWidth": "1200px",
|
"maxWidth": "1200px",
|
||||||
"display": "inline-block",
|
"display": "inline-block",
|
||||||
|
|||||||
Reference in New Issue
Block a user