'fixed' csrf issues

This commit is contained in:
sm
2013-04-23 23:42:29 -07:00
parent dc24ed7e4a
commit 4b8f1aca95
3 changed files with 1 additions and 47 deletions
+1 -2
View File
@@ -11,14 +11,13 @@
<span class="number" id="operation">+</span>
<span class="number" id="second">0</span>
<div>
<input id="answer" type="number" size="2" class="number" autofocus />
<input id="answer" type="tel" size="2" class="number" autofocus />
</div>
</section>
<footer>
score: <span id="score"></span>
</footer>
<script src="/static/jquery-2.0.0.min.js"></script>
<script src="/static/django-csrf.js"></script>
<script src="/static/math.js"></script>
</body>
</html>