minor fix to label text on edits_edit backend page
This commit is contained in:
parent
0877635c3f
commit
1cbde6cb99
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
<form action="editForm" method="get">
|
<form action="editForm" method="get">
|
||||||
<input name="uri" type = "hidden" value="${individual.URI}" />
|
<input name="uri" type = "hidden" value="${individual.URI}" />
|
||||||
<input name="controller" type = "hidden" value="Entity" />
|
<input name="controller" type = "hidden" value="Entity" />
|
||||||
<input type="submit" class="form-button" value="Edit This Individual's Datatype Properties"/>
|
<input type="submit" class="form-button" value="Edit This Individual"/>
|
||||||
</form><br/>
|
</form><br/>
|
||||||
|
|
||||||
<c:if test="${!empty individual.externalIds}">
|
<c:if test="${!empty individual.externalIds}">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue