Skip to content

Commit 597d9b8

Browse files
committed
Merge branch 'master' of git://github.com/globaliist/ssf
2 parents 37fe9f5 + 943ff37 commit 597d9b8

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

deployment-templates/models/000_config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
deployment_settings.auth.always_notify_approver = True
6565

6666
# Base settings
67-
deployment_settings.base.system_name = T("Sahana Eden Humanitarian Management Platform")
68-
deployment_settings.base.system_name_short = T("Sahana Eden")
67+
deployment_settings.base.system_name = T("The Sahana Sunflower: A Community Portal")
68+
deployment_settings.base.system_name_short = T("Sahana Sunflower")
6969

7070
# Set this to the Public URL of the instance
7171
deployment_settings.base.public_url = "http://127.0.0.1:8000"
@@ -182,7 +182,7 @@
182182
"none":T("none"),
183183
"christian":T("Christian"),
184184
"muslim":T("Muslim"),
185-
"jew":T("Jew"),
185+
"jewish":T("Jewish"),
186186
"buddhist":T("Buddhist"),
187187
"hindu":T("Hindu"),
188188
"bahai":T("Bahai"),

static/img/social/YouTube.png

-30.6 KB
Loading

static/img/social/facebook.png

-10.5 KB
Loading

static/img/social/flickr.png

-3.42 KB
Loading

static/img/social/slideshare.png

-6 KB
Loading

static/img/social/twitter.gif

-15.7 KB
Binary file not shown.

static/img/social/twitter.png

2.57 KB
Loading

views/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<p id="space" style="float: left; width: 23%; text-align: left;"></p>
55
<p id="see also" style="float: left; width: 50%; text-align: center;">
66
<a href='http://sahanafoundation.org' target='_blank' title='{{=T("SahanaFoundation.org")}}'><img src='/{{=request.application}}/static/img/ssf/SSF.png' width='154' height='51' style='vertical-align: middle;' alt='{{=T("Sahana Software Foundation")}}' /></a>
7-
<a href='http://twitter.com/#!/sahanafoss' target='_blank' title='{{=T("@SahanaFOSS on Twitter")}}'><img src='/{{=request.application}}/static/img/social/twitter.gif' width='30' height='30' style='vertical-align: middle;' alt='{{=T("@SahanaFOSS on Twitter")}}' /></a>
8-
<a href='http://facebook.com/sahanasoftwarefoundation' target='_blank' title='{{=T("Sahana Software Foundation on Facebook")}}'><img src='/{{=request.application}}/static/img/social/facebook.png' width='28' height='28' style='vertical-align: middle;' alt='{{=T("Sahana Software Foundation on Facebook")}}' /></a>
9-
<a href='http://www.youtube.com/user/SahanaFOSS' target='_blank' title='{{=T("Sahana Software Foundation on YouTube")}}'><img src='/{{=request.application}}/static/img/social/YouTube.png' width='32' height='32' style='vertical-align: middle;' alt='{{=T("Sahana Software Foundation on YouTube")}}' /></a>
7+
<a href='http://twitter.com/#!/sahanafoss' target='_blank' title='{{=T("@SahanaFOSS on Twitter")}}'><img src='/{{=request.application}}/static/img/social/twitter.png' width='30' height='30' style='vertical-align: middle;' alt='{{=T("@SahanaFOSS on Twitter")}}' /></a>
8+
<a href='http://facebook.com/sahanasoftwarefoundation' target='_blank' title='{{=T("Sahana Software Foundation on Facebook")}}'><img src='/{{=request.application}}/static/img/social/facebook.png' width='30' height='30' style='vertical-align: middle;' alt='{{=T("Sahana Software Foundation on Facebook")}}' /></a>
9+
<a href='http://www.youtube.com/user/SahanaFOSS' target='_blank' title='{{=T("Sahana Software Foundation on YouTube")}}'><img src='/{{=request.application}}/static/img/social/YouTube.png' width='30' height='30' style='vertical-align: middle;' alt='{{=T("Sahana Software Foundation on YouTube")}}' /></a>
1010
<a href='http://slideshare.net/sahanafoss' target='_blank' title='{{=T("Sahana Software Foundation on Slideshare")}}'><img src='/{{=request.application}}/static/img/social/slideshare.png' width='30' height='30' style='vertical-align: middle;' alt='{{=T("Sahana Software Foundation on Slideshare")}}' /></a>
1111
<a href='http://www.flickr.com/photos/63240361@N02/' target='_blank' title='{{=T("Sahana Software Foundation on Flickr")}}'><img src='/{{=request.application}}/static/img/social/flickr.png' width='30' height='30' style='vertical-align: middle;' alt='{{=T("Sahana Software Foundation on Flickr")}}' /></a>
1212
</p>

0 commit comments

Comments
 (0)