Skip to content

Commit

Permalink
fix: link (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos authored Oct 17, 2024
1 parent 88759be commit 3475f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions game/templates/game/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
var PATH = {{request.path}}
</script>

<script type='text/javascript' src="{% static 'django_reverse_js/js/reverse.js' %}"></script>
<script type='text/javascript' src="{% static 'game/js/foundation/vendor/js.cookie.min.js' %}"></script>
<script type='text/javascript' src="{% url 'rapid-router/javascript-catalog' %}"></script>
<script type='text/javascript' src="{% static 'game/js/jquery.touchy.min.js' %}"></script>
Expand Down
2 changes: 1 addition & 1 deletion game/templates/game/level_moderation.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h4>Level moderation</h5>
<td><small>{{level.name}}</small></td>
<td><small>{{level.shared_with}}</small></td>
<td class="text-center">
<button class="button button--small button--primary play" value={{level.id}}>Play</button>
<a class="button button--small button--primary play" href="{% url 'play_custom_level' level.id %}">Play</a>
</td>
<td class="text-center">
<button class="button button--small button--primary--danger button--icon delete" value={{level.id}}>
Expand Down

0 comments on commit 3475f19

Please sign in to comment.