diff --git a/src/BackendBundle/Form/AddScoreType.php b/src/BackendBundle/Form/AddScoreType.php
new file mode 100644
index 0000000000000000000000000000000000000000..13092a5826113cf5e1b2f4c6f0739b45f18ec34e
--- /dev/null
+++ b/src/BackendBundle/Form/AddScoreType.php
@@ -0,0 +1,25 @@
+<?php
+
+namespace BackendBundle\Form;
+
+use Symfony\Component\Form\AbstractType;
+use Symfony\Component\Form\FormBuilderInterface;
+use Symfony\Component\OptionsResolver\OptionsResolver;
+
+class AddScoreType extends AbstractType
+{
+    public function buildForm(FormBuilderInterface $builder, array $options)
+    {
+
+    }
+
+    public function configureOptions(OptionsResolver $resolver)
+    {
+
+    }
+
+    public function getName()
+    {
+        return 'backend_bundle_add_score_type';
+    }
+}
diff --git a/src/BackendBundle/Resources/views/prediction/add_score.html.twig b/src/BackendBundle/Resources/views/prediction/add_score.html.twig
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/web/img/comp_badges.png b/web/img/comp_badges.png
deleted file mode 100644
index 5d3cf6ca6fde054c106a1b337a97e6a074e3b73c..0000000000000000000000000000000000000000
Binary files a/web/img/comp_badges.png and /dev/null differ
diff --git a/web/img/comp_tables.png b/web/img/comp_tables.png
deleted file mode 100644
index 23626ab458851fa56d07c42896d76506be3393b5..0000000000000000000000000000000000000000
Binary files a/web/img/comp_tables.png and /dev/null differ
diff --git a/web/img/league.png b/web/img/league.png
deleted file mode 100644
index a0979a0f9fd29042d6385001108af0a53dfb67c2..0000000000000000000000000000000000000000
Binary files a/web/img/league.png and /dev/null differ
diff --git a/web/img/notification.png b/web/img/notification.png
deleted file mode 100644
index b68cee2d3ac28cce09072d43f5b945b74f422104..0000000000000000000000000000000000000000
Binary files a/web/img/notification.png and /dev/null differ
diff --git a/web/img/prediction.png b/web/img/prediction.png
deleted file mode 100644
index f1acb1c92dcaca30dde4b05b1bffc247c821eced..0000000000000000000000000000000000000000
Binary files a/web/img/prediction.png and /dev/null differ