From 09cabf08f02d0526b545303c0e5516e039761703 Mon Sep 17 00:00:00 2001
From: Chif Gergo <chifgeri97@gmail.com>
Date: Tue, 3 Oct 2017 22:42:45 +0200
Subject: [PATCH] =?UTF-8?q?Hib=C3=A1k=20kijav=C3=ADtva:=20Angol=20nevek=20?=
 =?UTF-8?q?stb.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/stats/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stats/models.py b/src/stats/models.py
index f9906f3..eee16bb 100644
--- a/src/stats/models.py
+++ b/src/stats/models.py
@@ -11,7 +11,7 @@ class Profile(models.Model):
         return self.user.username
 
 
-class Kszk_training(models.Model):
+class Event(models.Model):
     date = models.DateField()
     num_of_pers = models.IntegerField()
     visitors = models.ManyToManyField(User)
-- 
GitLab