bugfix
This commit is contained in:
parent
59c099039e
commit
acab503450
@ -1,3 +1,4 @@
|
||||
{% if get_user() %}
|
||||
{% set llm = get_llm(params_kw.id) %}
|
||||
{% if llm %}
|
||||
{
|
||||
@ -33,3 +34,11 @@
|
||||
}
|
||||
}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{
|
||||
"widgettype":"urlwidget",
|
||||
"options":{
|
||||
"url":"{{entire_url('/rbac/user/login.ui')}}"
|
||||
}
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user