parent
3b81bc0d96
commit
d425133423
2 changed files with 26 additions and 0 deletions
17
templates/database_error.html
Normal file
17
templates/database_error.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Geocode to Commons: database error{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div class="m-3">
|
||||
<h1>Geocode coordinates to Commons Category</h1>
|
||||
|
||||
<div class="alert alert-danger" role="alert">
|
||||
Error: database connection not available.
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue