{% extends "directories/base.html" %} {% load directory_tags %} {% block content %}

{% trans "Approve" %} {% firstof MODULE_DIRECTORIES_LABEL trans 'Directory' %}

{{ directory.headline }}

{% trans "Are you sure you want to approve this" %} {% firstof MODULE_DIRECTORIES_LABEL 'directory' %} {% trans 'posting' %}?

{% csrf_token %}

 

{% endblock %}