minor, add title for feature list table in authority record admin.
This commit is contained in:
parent
c5cbbaa4b7
commit
b8d113558d
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
{% block after_related_objects %}
|
{% block after_related_objects %}
|
||||||
<div id="similarFeatures">
|
<div id="similarFeatures">
|
||||||
|
<div class="tableTitle">List of Features:</div>
|
||||||
<table id="mapList">
|
<table id="mapList">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
{% block after_related_objects %}
|
{% block after_related_objects %}
|
||||||
<div id="similarFeatures">
|
<div id="similarFeatures">
|
||||||
<div class="similarTitle">Similar Features:</div>
|
<div class="tableTitle">Similar Features:</div>
|
||||||
<table id="similarTable">
|
<table id="similarTable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user