File tree 1 file changed +8
-8
lines changed
readthedocsext/theme/templates/organizations/settings
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{% extends "organizations/settings/base.html" %}
2
2
3
- {% load i18n %}
4
- {% load crispy_forms_tags %}
5
-
6
- {% load corporate %}
7
- {% load ext_theme_tags %}
8
- {% load organizations %}
3
+ {% load trans blocktrans from i18n %}
4
+ {% load as_crispy_field from crispy_forms_tags %}
9
5
10
6
{% block title %}
11
7
{{ organization.name }} - {% trans "Authorization" %}
32
28
{% if organization.ssointegration %}
33
29
< div class ="ui message ">
34
30
< div class ="header "> {% trans "Invite users into your organization" %}</ div >
35
- < p > {% trans "You can invite people to join your organization by sending them this link:" %}</ p >
31
+ < p >
32
+ {% trans "You can invite people to join your organization by sending them this link:" %}
33
+ </ p >
36
34
37
35
< div class ="ui fluid action input ">
38
36
< input type ="text "
112
110
{% alter_field form.provider data_bind="valueInit: provider, value: provider" %}
113
111
{{ form.provider | as_crispy_field }}
114
112
115
- < div class ="ko hidden " data-bind ="css: { hidden: !use_domain() } "> {{ form.domain | as_crispy_field }}</ div >
113
+ < div class ="ko hidden " data-bind ="css: { hidden: !use_domain() } ">
114
+ {{ form.domain | as_crispy_field }}
115
+ </ div >
116
116
117
117
< div class ="ui warning message ko hidden "
118
118
data-bind ="css: { hidden: !show_warning() } ">
You can’t perform that action at this time.
0 commit comments