Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to author identifier docs from author edit page #6669

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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="https://openlibrary.org/help/faq/editing.en#author-identifiers-purpose"><img src="/images/icons/icon_help.png" alt="$_('Author Identifiers Purpose')"/></a> </div>
jimchamp marked this conversation as resolved.
Show resolved Hide resolved
<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