diff --git a/app/main/views.py b/app/main/views.py
index e40bdd80bcebb9bbfb845dc90e31030f20d01ca3..65f0254805c8b9df4e363bb411944fd2eab01f57 100644
--- a/app/main/views.py
+++ b/app/main/views.py
@@ -38,4 +38,4 @@ def poster():
             return redirect(url_for('main.dashboard'))
         flash('Invalid email/username or password.')
     return render_template('main/poster.html.j2', login_form=login_form,
-                           title=' ')
+                           title='Poster')