diff options
Diffstat (limited to 'certificate/templates')
-rw-r--r-- | certificate/templates/base.html | 1 | ||||
-rw-r--r-- | certificate/templates/feedback.html | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/certificate/templates/base.html b/certificate/templates/base.html index bf0dd98..bd0b5b7 100644 --- a/certificate/templates/base.html +++ b/certificate/templates/base.html @@ -25,7 +25,6 @@ <h1>FOSSEE</h1> <hr> - <br><br> {% block content %} {% endblock %} </div> diff --git a/certificate/templates/feedback.html b/certificate/templates/feedback.html index 015d632..bddd360 100644 --- a/certificate/templates/feedback.html +++ b/certificate/templates/feedback.html @@ -14,7 +14,7 @@ <textarea cols="80" class="form-control" id="{{ question.id }}" name="{{ question.id }}"></textarea><br> {% endfor %} <span><button class="btn btn-lg btn-primary" type="submit">Submit</button></span> - <span><a href="{% url 'certificate:download' %}" class="btn btn-lg btn-primary" >I have already submitted</a></span> + <span><a href="{% url 'certificate:download' %}" >I have already submitted</a></span> </div> </form> <hr> |