diff options
Diffstat (limited to 'certificate/templates/download.html')
-rw-r--r-- | certificate/templates/download.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certificate/templates/download.html b/certificate/templates/download.html index e23695e..32dab33 100644 --- a/certificate/templates/download.html +++ b/certificate/templates/download.html @@ -14,9 +14,9 @@ </div> </div> </div> - <form class="col-lg-12" action="" method="post"> + <form class="col-lg-12" action="{% url 'certificate:download' %}" method="post"> {% csrf_token %} - {{ error }} + {{ message }} <div class="input-group" style="width:340px;text-align:center;margin:0 auto;"> <input style="width:450;" class="form-control input-lg" placeholder="Enter the email address you used for registration" type="text" id="email" name=email> <span class="input-group-btn"><button class="btn btn-lg btn-primary" type="submit">Get Certificate</button></span> |