Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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 %}