Skip to content

Commit

Permalink
Merge pull request #519 from akvo/feature/258_back_button_partner
Browse files Browse the repository at this point in the history
[#258] Added custom return URL text
  • Loading branch information
kardan committed Apr 28, 2014
2 parents 9800692 + be5383c commit 43f8c66
Show file tree
Hide file tree
Showing 5 changed files with 402 additions and 4 deletions.
2 changes: 1 addition & 1 deletion akvo/rsr/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ class PartnerSiteAdmin(TimestampsAdminDisplayMixin, admin.ModelAdmin):
fieldsets = (
# the 'notes' field is added in get_fieldsets() for eligible users
(u'General', dict(fields=('organisation', 'enabled',))),
(u'HTTP', dict(fields=('hostname', 'cname', 'custom_return_url',))),
(u'HTTP', dict(fields=('hostname', 'cname', 'custom_return_url', 'custom_return_url_text'))),
(u'Style and content',
dict(fields=('about_box', 'about_image', 'custom_css', 'custom_logo', 'custom_favicon',))),
(u'Languages and translation', dict(fields=('default_language', 'ui_translation', 'google_translation',))),
Expand Down
Loading

0 comments on commit 43f8c66

Please sign in to comment.