diff --git a/this_is_scraper/templates/article_list.html b/this_is_scraper/templates/article_list.html
index 7aa3259..6329c76 100644
--- a/this_is_scraper/templates/article_list.html
+++ b/this_is_scraper/templates/article_list.html
@@ -17,7 +17,7 @@
ThisIsScraper · Article Viewer
{% for article in articles %}
{{ article.article_dt.isoformat() }} |
- {% if article.article_status == 'complete' %}{{ article.article_title }} |
+ {% if article.article_status == 'complete' %}{{ article.article_title }}{%else%}{{ article.article_title }}{%endif%} |
{% if article.article_status == 'complete' %}
{{ article.article_status }} |
{% elif article.article_status == 'pending' %}