{% extends 'stadt/settings.html' %} {% load i18n %} {% block sidebar %} {% with chapter='group-geo' %}{{ block.super }}{% endwith %} {% endblock %} {% block content %}
{% csrf_token %}

{% trans "Location" %}

{% trans "You can define a location for your group that is shown on maps. This could be your common place for meet ups where people can find your group." %}

{% include 'geo/location.html' %}
{% endblock %}