You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
259 B

{% extends 'common/master.html' %}
{% load static %}
{% block body %}
<h1>Search Addresses</h1>
<input type="text" id="addr" placeholder="Address">
<ul id="addrs">
</ul>
<script src="{% static "upload/js/search_addresses.js" %}"></script>
{% endblock %}