Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:akvo/akvo-rsr into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zzgvh committed Dec 5, 2012
2 parents f75c558 + 142f3d4 commit 73f4147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion akvo/rsr/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class Partnership(models.Model):
_(u'Internal ID'), max_length=75, blank=True, null=True, db_index=True,
help_text=_(u"The organisation's internal ID for the project"),
)
iati_url = models.URLField(blank=True, verify_exists=False, help_text=_(u'Enter the full address of your web site, beginning with http://.'))
iati_url = models.URLField(blank=True, verify_exists=False, help_text=_(u'Please enter the URL for where the IATI Activity Id Funding details are published. For projects directly or indirectly funded by the Dutch Government, this should be the OpenAid.nl page. For other projects, an alternative URL can be used.'))

class Meta:
verbose_name = _(u'project partner')
Expand Down
2 changes: 1 addition & 1 deletion akvo/templates/rsr/project/donate/donate_step1.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h3>{% trans 'For Dutch users only' %}</h3>
</div>
{% endif %}
<div class="clear"></div>
<div style="border:1px solid #000; margin-left:20px; padding:20px; margin-right:20px;">
<div style="border: 1px solid #ccc; border-bottom: 2px solid #ccc; margin-left:20px; padding:20px; margin-right:20px;">
<div style="width:651px; float:left; margin-right:20px">
<h3>{% trans "For organisations" %}</h3>
<p class="small">
Expand Down

0 comments on commit 73f4147

Please sign in to comment.