django-anonsurvey/anonsurvey/templates/anonsurvey/survey_thanks.html

7 lines
143 B
HTML

{% extends "anonsurvey/survey_base.html" %}
{% load i18n %}
{% block content %}
{% trans 'Thanks for completing survey' %}
{% endblock %}