Skip to content

Commit

Permalink
[Fixes #2223] Removed permanent help text
Browse files Browse the repository at this point in the history
  • Loading branch information
damienallen committed Jun 20, 2016
1 parent 7486693 commit 240042f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<div class="sector-item parent" id="sector.{{ sector|obj_id }}">
{% include "myrsr/project_editor/partials/related_object_header.html" with rel_obj=sector %}
<div class="hide-partial {% if sector.pk %}hidden{% endif %}">
<p class="help-block">{% trans 'Please visit these links for more information on sector codes: ' %}<a href="http://iatistandard.org/201/codelists/SectorCategory/" target="_blank">{% trans 'DAC-3 sector codes' %}</a> {% trans 'or' %} <a href="http://iatistandard.org/201/codelists/Sector/" target="_blank">{% trans 'DAC-5 sector codes' %}</a>.</p>
<div class="row">
<div class="col-md-4">
{% include choice_input with obj=sector field='vocabulary' %}
Expand Down

0 comments on commit 240042f

Please sign in to comment.