summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/widgets/group_info.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/default/templates/widgets/group_info.html')
-rw-r--r--askbot/skins/default/templates/widgets/group_info.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/askbot/skins/default/templates/widgets/group_info.html b/askbot/skins/default/templates/widgets/group_info.html
index 7e4b3e1e..601930af 100644
--- a/askbot/skins/default/templates/widgets/group_info.html
+++ b/askbot/skins/default/templates/widgets/group_info.html
@@ -66,6 +66,27 @@
{% trans %}anyone can join{% endtrans %}
</label>
<br/>
+ <a
+ id="preapproved-emails"
+ title="{% trans %}list of email addresses of pre-approved users{% endtrans %}"
+ data-object-id="{{group.group_profile.id}}"
+ data-model-name="GroupProfile"
+ data-property-name="preapproved_emails"
+ data-url="{% url edit_object_property_text %}"
+ data-editor-heading="{% trans %}List of preapproved email addresses{% endtrans %}"
+ data-help-text="{% trans %}Users with these email adderesses will be added to the group automatically.{% endtrans %}"
+ >{% trans %}edit preapproved emails{% endtrans %}</a>
+ <br/>
+ <a
+ id="preapproved-email-domains"
+ title="{% trans %}list of preapproved email address domain names{% endtrans %}"
+ data-object-id="{{group.group_profile.id}}"
+ data-model-name="GroupProfile"
+ data-property-name="preapproved_email_domains"
+ data-url="{% url edit_object_property_text %}"
+ data-editor-heading="{% trans %}List of preapproved email domain names{% endtrans %}"
+ data-help-text="{% trans %}Users whose email adderesses belong to these domains will be added to the group automatically.{% endtrans %}"
+ >{% trans %}edit preapproved email domains{% endtrans %}</a>
</div>
{% endif %}
</div>