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.
 
 
 
 
padelclub_backend/tournaments/templates/admin/tournaments/index.html

13 lines
593 B

{% extends "admin/index.html" %}
{% block content %}
<div style="background: #e8f4f8; padding: 15px; margin-bottom: 20px; border-radius: 5px; border-left: 4px solid #79aec8;">
<h3 style="margin-top: 0; color: #333;">🛠 Debug Tools</h3>
<p style="margin-bottom: 10px;">Quick access to development and debugging utilities:</p>
<a href="{% url 'debug_tools' %}" style="background-color: #79aec8; color: white; padding: 8px 16px; text-decoration: none; border-radius: 4px; font-weight: bold;">
🏓 Debug Tools Dashboard
</a>
</div>
{{ block.super }}
{% endblock %}