Revision 1831a0fe

b/snf-astakos-app/astakos/im/forms.py
500 500
        widget=forms.HiddenInput()
501 501
    )
502 502
    name = forms.URLField()
503
    moderation_enabled = forms.BooleanField(
504
        help_text="Check if you want to approve members participation manually",
505
        required=False   
506
    )
503 507
    
504 508
    class Meta:
505 509
        model = AstakosGroup
b/snf-astakos-app/astakos/im/templates/im/footer.html
1 1
{% block footer_content %}
2 2
 
3
<p class="termslink" style="float:right"><a href="{% url latest_terms %}">Terms of use</a></p>
3
<p class="termslink" style="float:right"><a href="{% url latest_terms %}">Terms of service</a></p>
4 4
<p>Copyright 2011-2012 <a href="http://www.grnet.gr" target="_blank" title="GRNET S.A.">GRNET S.A.</a> All rights reserved.</p>
5 5
 
6 6
{% endblock %}

Also available in: Unified diff