Skip to content

Commit

Permalink
fix #1718
Browse files Browse the repository at this point in the history
  • Loading branch information
simod committed Aug 24, 2016
1 parent 28ae92a commit 7f31e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/layers/templates/upload/layer_upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h4>{% trans "Files to be uploaded" %}</h4>
</section>

<section>
<a href="#" id="clear-button" class="btn btn-default">{% trans "Clear" %}</a>
<a href="{% url "layer_upload" %}" id="clear-button" class="btn btn-default">{% trans "Clear" %}</a>
<a href="#" id="upload-button" class="btn btn-danger">{% trans "Upload files" %}</a>
</section>
</div>
Expand Down

0 comments on commit 7f31e79

Please sign in to comment.