diff --git a/templates/downloader.html b/templates/downloader.html
index 85a291b..ff60f88 100644
--- a/templates/downloader.html
+++ b/templates/downloader.html
@@ -113,7 +113,7 @@
GitHub Repository Downloader
{% csrf_token %}
{{ repo_url_form.repo_url.label }}
{{ repo_url_form.repo_url }}
- {% if repo_url_form.repo_url.error %}
+ {% if repo_url_form.repo_url.errors %}
{{ repo_url_form.repo_url.errors }}