Skip to content

Commit

Permalink
#383 Fixing a typo in {% static declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Krupiński committed Aug 24, 2015
1 parent 895638c commit 7d89a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/templates/game/basenonav.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2 id="myModal-title" class="ocargo-modal-title"></h2>
<a class="close-reveal-modal" id="close-modal">&#215;</a>
</div>
<div id="modal-mascot">
<object width="100%" height="100%" data="{% static "game/image/characters/front_view/Dee.svg" $}" type="image/svg+xml"></object>
<object width="100%" height="100%" data="{% static "game/image/characters/front_view/Dee.svg" %}" type="image/svg+xml"></object>
</div>
</div>
{% endblock content %}
Expand Down

0 comments on commit 7d89a46

Please sign in to comment.