Skip to content

Commit

Permalink
Remove hardcoded ISBN
Browse files Browse the repository at this point in the history
  • Loading branch information
MacFJA committed Feb 21, 2018
1 parent b38c3df commit 9a0adb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/addCompare/ajax.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<fieldset class="pure-u-1 pure-u-md-1-2 pure-u-lg-1-3">
<legend>{% trans with {'{providers}': providers|length} from 'compare' %}search_in_count_provider{% endtrans %}</legend>
<label for="isbn_to_search">{{ 'ISBN'|trans({},'compare') }}</label>
<input type="text" class="pure-input-rounded pure-input-1" id="isbn_to_search" value="9782266123136">
<input type="text" class="pure-input-rounded pure-input-1" id="isbn_to_search" value=""/>
<button class="pure-button pure-button-primary" onclick="startSearch()">{{ 'Search'|trans({},'compare') }}</button>
</fieldset>
</div>
Expand Down

0 comments on commit 9a0adb8

Please sign in to comment.