Add JSON serialization for game data in game detail view
This commit is contained in:
parent
265f8ed671
commit
4b1329befb
2 changed files with 16 additions and 0 deletions
|
|
@ -84,4 +84,5 @@
|
|||
{% if not active_campaigns and not upcoming_campaigns and not expired_campaigns %}
|
||||
No campaigns found for this game.
|
||||
{% endif %}
|
||||
<pre><code>{{ game_data }}</code></pre>
|
||||
{% endblock content %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue