app/soc/templates/soc/group/profile/public.html
changeset 344 d135c8c09967
parent 298 c76a366c7ab4
child 360 5ad9cabb5892
equal deleted inserted replaced
343:1c96c36b58db 344:d135c8c09967
    11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12 See the License for the specific language governing permissions and
    12 See the License for the specific language governing permissions and
    13 limitations under the License.
    13 limitations under the License.
    14 {% endcomment %}
    14 {% endcomment %}
    15 {% load forms_helpers %}
    15 {% load forms_helpers %}
    16 {% block page_title %}{% if group_type %}{{ group_type }}{% else %}Group{% endif %} Public Profile{% endblock %}
    16 {% block page_title %}{{ group_type }} Public Profile{% endblock %}
    17 {% block header_title %}
    17 {% block header_title %}
    18 {% if group_type %}{{ group_type }}{% else %}Group{% endif %} Public Profile for {{ link_name_group.name }}
    18 {{ group_type }} Public Profile for {{ link_name_group.name }}
    19 {% endblock %}
    19 {% endblock %}
    20 {% block body %}
    20 {% block body %}
    21 <p>
    21 <p>
    22  <table>
    22  <table>
    23   {% readonly_field_as_table_row link_name_group.fields.name.label link_name_group.name %}
    23   {% readonly_field_as_table_row link_name_group.fields.name.label link_name_group.name %}