+
שם ההצעה
|
-
- תוכן ההצעה
- |
+
{% for b in bills %}
-
{{b.name}} |
-
- {{b.description}} |
-
-
{% endfor %}
-
-
-
-
-
- שם השר
- |
-
- {% for m in ministers %}
-
- {{m.name}} |
-
- {% endfor %}
-
-
-
+
+ {% for m in ministers %}
+
+ {% endfor %}
{% endblock %}
\ No newline at end of file
diff --git a/committeeVotes/templates/committeeVotes/minister_detail.html b/committeeVotes/templates/committeeVotes/minister_detail.html
index 7e353af..1a19c4e 100644
--- a/committeeVotes/templates/committeeVotes/minister_detail.html
+++ b/committeeVotes/templates/committeeVotes/minister_detail.html
@@ -6,14 +6,11 @@
-
+
{{ minister.name }}
-
-
-
-
+
הצבעות
@@ -36,6 +33,11 @@
{% endfor %}
+
+
+
+
+
diff --git a/openCommittee/settings.py b/openCommittee/settings.py
index 97a37ca..8681d12 100644
--- a/openCommittee/settings.py
+++ b/openCommittee/settings.py
@@ -83,9 +83,12 @@
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.6/howto/static-files/
+STATIC_ROOT = ''
STATIC_URL = '/static/'
+MEDIA_URL = "http://www.knesset.gov.il/mk/images/members/"
+
if os.environ.get('DATABASE_URL'): # Heroku
import dj_database_url
DATABASES['default'] = dj_database_url.config()