From a589e0bf736929a8dd2f51c99a0fccba05025bf5 Mon Sep 17 00:00:00 2001 From: Yaron Date: Sat, 17 May 2014 19:19:09 +0300 Subject: [PATCH] added meeting pages --- committeeVotes/models.py | 1 + committeeVotes/templates/base.html | 5 +++ .../committeeVotes/meeting_detail.html | 36 +++++++++++++++ .../templates/committeeVotes/meetings.html | 44 +++++++++++++++++++ committeeVotes/views.py | 14 +++++- openCommittee/urls.py | 9 +++- 6 files changed, 106 insertions(+), 3 deletions(-) create mode 100644 committeeVotes/templates/committeeVotes/meeting_detail.html create mode 100644 committeeVotes/templates/committeeVotes/meetings.html diff --git a/committeeVotes/models.py b/committeeVotes/models.py index 96057c8..9337436 100644 --- a/committeeVotes/models.py +++ b/committeeVotes/models.py @@ -4,6 +4,7 @@ class Bill(models.Model): name = models.CharField(max_length=500) description = models.TextField() + #oknesset_url = models.CharField(max_length=100, blank=True, null=True) def __unicode__(self): return self.name diff --git a/committeeVotes/templates/base.html b/committeeVotes/templates/base.html index fcfb0d5..9ab50e5 100644 --- a/committeeVotes/templates/base.html +++ b/committeeVotes/templates/base.html @@ -43,6 +43,11 @@ השרים + +
  • + +ישיבות הועדה +