Super messy initial working version. To clean up.
This commit is contained in:
14
bookwyrm/templates/search/barcode_modal.html
Normal file
14
bookwyrm/templates/search/barcode_modal.html
Normal file
@ -0,0 +1,14 @@
|
||||
{% extends 'components/modal.html' %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block modal-title %}
|
||||
{% blocktrans %}
|
||||
Scan Barcode
|
||||
{% endblocktrans %}
|
||||
{% endblock %}
|
||||
|
||||
{% block modal-body %}
|
||||
<div id="barcode_scanner"></div>
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user