Skip to content

Commit

Permalink
Merge pull request #6669 from getuliobr/5436/feature/link-author-iden…
Browse files Browse the repository at this point in the history
…tifier-edit-page

Link to author identifier docs from author edit page
  • Loading branch information
jimchamp authored Jun 22, 2022
2 parents f723e80 + 3b30999 commit e596016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrary/templates/type/author/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h1>$_("Edit Author")</h1>
<textarea name="author--alternate_names" id="alternate_names" rows="6">$"; ".join(page.alternate_names)</textarea>
</div>
</div>
<div class="label">Identifiers</div>
<div class="label">Identifiers <a href="/help/faq/editing.en#author-identifiers-purpose"><img src="/images/icons/icon_help.png" alt="$_('Author Identifiers Purpose')"/></a> </div>
<div id="hiddenIdentifierInputs"></div>
<div id="identifiers-display">
$:render_component('AuthorIdentifiers', attrs=dict(assigned_ids_string=dict(page.remote_ids),output_selector='#hiddenIdentifierInputs',author_config_string=dict(get_author_config())))
Expand Down

0 comments on commit e596016

Please sign in to comment.