Remove debug JSON from templates and views
This commit is contained in:
parent
d05996fd3b
commit
92ca0404a6
13 changed files with 4 additions and 329 deletions
|
|
@ -9,7 +9,6 @@
|
|||
<table>
|
||||
<tbody>
|
||||
{% for badge in badges %}
|
||||
<!-- {{ badge.title }} {% if badge.description != badge.title %}- {{ badge.description }}{% else %}{% endif %} -->
|
||||
<tr>
|
||||
<td>
|
||||
<code>{{ badge.badge_id }}</code>
|
||||
|
|
@ -48,5 +47,4 @@
|
|||
{% else %}
|
||||
<p>No badges found in this set.</p>
|
||||
{% endif %}
|
||||
{{ set_data|safe }}
|
||||
{% endblock content %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue