summaryrefslogtreecommitdiff
path: root/talersurvey/survey/templates/wait.html
blob: 81dd36a229101ad5c298faf9910962a5b398d243 (plain)
1
2
3
4
5
6
7
{% extends "templates/base.html" %}

{% block main %}
  <p>
    Please wait while the tip is being generated..
  </p>
{% endblock %}