diff --git a/src/site/parts/club/places.php b/src/site/parts/club/places.php
deleted file mode 100644
index a3fca35..0000000
--- a/src/site/parts/club/places.php
+++ /dev/null
@@ -1,75 +0,0 @@
-loadById($this->id);
-
- $offers = $club->getOffers();
- $first = true;
-
- foreach($offers as $o)
- {
- if(!$first)
- $ret .= '
';
-
- $checked = $o['valid'] ? ' checked' : '';
- $ret .= "getId()}'$checked>";
- $ret .= htmlentities($o['offer']->getName());
-
- $first = false;
- }
-
- return $ret;
-
- }
-
- protected function getViewContent()
- {
- $ret = '';
-
- $factory = new CommonClubsModelFactoryClub();
- $club = $factory->loadById($this->id);
-
- $places = $club->getPlaces();
- $hasPlaces = count($places) > 0;
-
- foreach($places as $p)
- {
- $ret .= "