|
@ -106,7 +106,9 @@ |
|
|
items: [{ |
|
|
items: [{ |
|
|
title: gettext("Server info"), |
|
|
title: gettext("Server info"), |
|
|
html: renderserverinfos( {{ ServerDict|safe }} ), |
|
|
html: renderserverinfos( {{ ServerDict|safe }} ), |
|
|
}, { |
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
{% if user.is_authenticated %} |
|
|
|
|
|
{ |
|
|
title: gettext("Registration"), |
|
|
title: gettext("Registration"), |
|
|
xtype: "{{ RegForm|lower }}", |
|
|
xtype: "{{ RegForm|lower }}", |
|
|
pk: {% if MumbleAccount %}{{ MumbleAccount.id }}{% else %}-1{% endif %}, |
|
|
pk: {% if MumbleAccount %}{{ MumbleAccount.id }}{% else %}-1{% endif %}, |
|
@ -187,6 +189,7 @@ |
|
|
} |
|
|
} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
{% endif %} |
|
|
], |
|
|
], |
|
|
}], |
|
|
}], |
|
|
}); |
|
|
}); |
|
|