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

7 lines
143 B
HTML
Raw Normal View History

2014-03-01 23:20:01 +00:00
{% extends "anonsurvey/survey_base.html" %}
{% load i18n %}
{% block content %}
{% trans 'Thanks for completing survey' %}
{% endblock %}