Skip to content

Commit

Permalink
Merge pull request #1654 from josenavas/portal-updates-2
Browse files Browse the repository at this point in the history
Portal updates - error_log & list_studies (missing 1!)
  • Loading branch information
antgonza committed Feb 20, 2016
2 parents 48094b8 + b7ea47e commit 593dbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiita_pet/templates/error_log.html
Expand Up @@ -19,7 +19,7 @@
{% block content %}
{% if logentries %}
<div>
<form id="records" method="post" action="/admin/error/">
<form id="records" method="post" action="{% raw qiita_config.portal_dir %}/admin/error/">
Number of entries: <input type="number" name="numrecords" value="{{ len(logentries) }}" class="form-">
</form>
</div>
Expand Down

0 comments on commit 593dbee

Please sign in to comment.