Skip to content

Commit

Permalink
[#374] Test what objects are available here
Browse files Browse the repository at this point in the history
  • Loading branch information
stellanl committed Jan 22, 2014
1 parent 1909333 commit 9ae6e01
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions akvo/templates/admin/rsr/organisation/change_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ <h2>{% trans 'Adding and Editing Organisations.' %}</h2>
{% endif %}
{% endif %}
{% endblock object-tools %}
{% if content_owner %}
<br><em>
{% trans "This content is managed through the API. Any manual editing is likely to be overwritten!" %}
</em><br>
{% endif %}
<!-- if adminform.form.???.content_owner -->
{{ content_owner }}
<br><em>
{% trans "This content is managed through the API. Any manual editing is likely to be overwritten!" %}
</em><br>
<!-- endif -->

<form {% if has_file_field %}enctype="multipart/form-data" {% endif %}action="{{ form_url }}" method="post"
id="{{ opts.module_name }}_form">
Expand Down

0 comments on commit 9ae6e01

Please sign in to comment.