{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags static core_tags i18n tip_tags %} {% block content %}

{% trans 'Thank you!' %}

{% trans 'Your tip has been received and is waiting approval from the site admin.' %}

{% your_tips_on_tip_submission_form %} {% trans "Home" %}
{% endblock %}