From adc8782a34e9e4826b44888f6cba59557d5dbe07 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Wed, 27 Jun 2018 09:05:04 +0200
Subject: [PATCH] Correct typo in page title

---
 stats/templates/stats/statistics.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stats/templates/stats/statistics.html b/stats/templates/stats/statistics.html
index 3ef5e163b..6861180a6 100644
--- a/stats/templates/stats/statistics.html
+++ b/stats/templates/stats/statistics.html
@@ -1,6 +1,6 @@
 {% extends 'submissions/pool/base.html' %}
 
-{% block pagetitle %}: statistics for submisisons{% endblock pagetitle %}
+{% block pagetitle %}: statistics for submissions{% endblock pagetitle %}
 
 {% load scipost_extras %}
 {% load stats_extras %}
-- 
GitLab