Make the link to the search form more prominent in the community list explicitly added documents page.
- Legacy-Id: 4587
This commit is contained in:
parent
3ade3e443f
commit
f86188252d
|
@ -33,9 +33,11 @@
|
|||
In order to add some individual documents to your list you have to:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Search the document or documents you want to add using <a href="/doc/search">the datatracker search form</a>.</li>
|
||||
<li>Search the document or documents you want to add using the datatracker search form.</li>
|
||||
<li>In the search result you'll find a link to add individual documents to your list.</li>
|
||||
</ul>
|
||||
<p><a href="/doc/search"><b>Go to the Search Form to search for and add specific documents</b></a></p>
|
||||
|
||||
<table class="ietf-table">
|
||||
<tr><th>Name</th><th>State</th><th>Title</th><th>Remove from list</th></tr>
|
||||
{% for doc in cl.added_ids.all %}
|
||||
|
|
Loading…
Reference in a new issue