You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
292B

  1. {% extends "mobile/base.html" %}
  2. {% block content %}
  3. <h1>You are now one of the glorious Bloom Hunters!</h1>
  4. <p>Does that feel great? It should! You really achieved something in
  5. your life!</p>
  6. <a class="btn btn-default" href="{% url 'mobile:index' %}">Back to hunting</a>
  7. {% endblock %}