Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
5099a887
Commit
5099a887
authored
Dec 04, 2012
by
Olga Brani
Browse files
Moderation fix
parent
b3c8e65e
Changes
2
Show whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/templates/im/astakosgroup_detail.html
View file @
5099a887
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
</dd>
</dd>
<dt>
Moderation
</dt>
<dt>
Moderation
</dt>
<dd>
<dd>
{{ object.moderation_enabled }}
{{ object.moderation_enabled
|yesno:"Yes, No"
}}
</dd>
</dd>
</dl>
</dl>
</div>
</div>
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
{% if object.is_owner %}
{% if object.is_owner %}
<div
class=
"full-dotted"
>
<div
class=
"full-dotted"
>
<form
action=
"{% url astakos.im.views.group_detail object.id %}"
method=
"post"
class=
"withlabels"
>
{% csrf_token %}
<form
action=
"{% url astakos.im.views.group_detail object.id %}
#members-table
"
method=
"post"
class=
"withlabels"
>
{% csrf_token %}
<h2>
Enroll more members
</h2>
<h2>
Enroll more members
</h2>
{% with addmembers_form as form %}
{% with addmembers_form as form %}
{% include "im/form_render.html" %}
{% include "im/form_render.html" %}
...
...
snf-astakos-app/astakos/im/templates/im/astakosgroup_form_summary.html
View file @
5099a887
...
@@ -21,6 +21,8 @@
...
@@ -21,6 +21,8 @@
<dl
class=
"alt-style"
>
<dl
class=
"alt-style"
>
<dt>
Homepage Url
</dt>
<dt>
Homepage Url
</dt>
<dd>
{{ data.homepage }}
</dd>
<dd>
{{ data.homepage }}
</dd>
<dt>
Modaration
</dt>
<dd>
{{ data.moderation_enabled|yesno:"Yes, No" }}
</dd>
</dl>
</dl>
</div>
</div>
<div
class=
"full-dotted"
>
<div
class=
"full-dotted"
>
...
@@ -34,8 +36,6 @@
...
@@ -34,8 +36,6 @@
<dd>
{{ data.issue_date|date:"d/m/Y"}}
</dd>
<dd>
{{ data.issue_date|date:"d/m/Y"}}
</dd>
<dt>
Expiration Date
</dt>
<dt>
Expiration Date
</dt>
<dd>
{{ data.expiration_date|date:"d/m/Y"}}
</dd>
<dd>
{{ data.expiration_date|date:"d/m/Y"}}
</dd>
<dt>
Modaration
</dt>
<dd>
{{ data.moderation_enabled|yesno:"Yes, No" }}
</dd>
<dt>
Max members per group
</dt>
<dt>
Max members per group
</dt>
<dd>
{% if data.max_participants %}{{ data.max_participants }}{% else %}Unlimited{% endif %}
</dd>
<dd>
{% if data.max_participants %}{{ data.max_participants }}{% else %}Unlimited{% endif %}
</dd>
</dl>
</dl>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment