Skip to content

Commit

Permalink
[#1999] Remove 'provide feedback' button
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperBrandt committed May 19, 2016
1 parent 42b4afb commit a2b7a79
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions akvo/templates/myrsr/project_editor/project_editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ <h3>{% trans 'Project Editor' %} <span class="glyphicon glyphicon-info-sign info
{% trans 'Your RSR project page shows project information about what’s happening, where and who’s involved, as well as who the funders are. Tell your project’s story by entering complete information. After a project is published you can keep it up to date by adding project updates with text, photos and videos.' %}<br/><br/>
{% trans 'Before you start, please review all the project fields so you know which information belongs where in the RSR project form.' %}<br/><br/>
{% trans 'RSR editors can edit the project information, and RSR administrators can edit and publish the project once all mandatory fields are filled out and the progress bar on top of the page is green. Changes that are made to a published project, will be visible online immediately after saving.' %}<br/><br/>
{% trans 'If you have questions, please get in touch with us via' %}
{# Javascript will generate the support feedback email, as to reduce spam #}
{# <a href="mailto:rsr@akvo.org?subject=RSR feedback">rsr@akvo.org</a> #}
<script type="text/javascript">document.write(String.fromCharCode(60,97,32,104,114,101,102,61,34,109,97,105,108,116,111,58,114,115,114,64,97,107,118,111,46,111,114,103,63,115,117,98,106,101,99,116,61,82,83,82,32,102,101,101,100,98,97,99,107,34,62,114,115,114,64,97,107,118,111,46,111,114,103,60,47,97,62));</script>.
</div>

{% include "myrsr/project_editor/project_editor_options.html" %}
Expand All @@ -59,14 +55,6 @@ <h3>{% trans 'Project Editor' %} <span class="glyphicon glyphicon-info-sign info
</fieldset>
{% endwith %}
</section>
<div id="editor-feedback" class="hidden-xs">
{# Javascript will generate the support feedback email, as to reduce spam #}
{# <a href="mailto:rsr@akvo.org?subject=RSR feedback"> #}
<script type="text/javascript">document.write(String.fromCharCode(60,97,32,104,114,101,102,61,34,109,97,105,108,116,111,58,114,115,114,64,97,107,118,111,46,111,114,103,63,115,117,98,106,101,99,116,61,82,83,82,32,102,101,101,100,98,97,99,107,34,62));</script>
<i class="fa fa-comment-o"></i> {% trans 'Provide feedback' %}
{# </a> #}
<script type="text/javascript">document.write(String.fromCharCode(60,47,97,62));</script>
</div>
{% endblock %}

{% block js %}
Expand Down

0 comments on commit a2b7a79

Please sign in to comment.