25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

13 satır
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 %}