ajg
This commit is contained in:
parent
dff885437e
commit
08b5985396
9 changed files with 704 additions and 562 deletions
11
allauthdemo/templates/polls/find_ballot.html
Normal file
11
allauthdemo/templates/polls/find_ballot.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{% extends "bases/bootstrap-with-nav.html" %}
|
||||
{% load staticfiles %}
|
||||
{% load bootstrap3 %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<pre hidden id="ballot_found">{{ ballot }}</pre>
|
||||
<pre hidden id="ballot_hashes">{{ hash1 }};{{ hash2 }}</pre>
|
||||
<h1 id="ballot_result"></h1>
|
||||
|
||||
{% endblock %}
|
Reference in a new issue