SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit d6ea4f16 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Link ontology from personal_page

parent e1f8cc51
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ class SelectTopicForm(forms.Form):
class SelectLinkedTopicForm(forms.Form):
topic = AutoCompleteSelectField('linked_topic_lookup',
label='Lookup topic (click to see) ', help_text='')
label='Find a topic (click to see it) ', help_text='')
class AddRelationAsymForm(forms.Form):
......
......@@ -61,6 +61,11 @@
</ul>
{% endif %}
<h3>Ontology</h3>
<ul>
<li><a href="{% url 'ontology:ontology' %}">View/Manage the Ontology</a></li>
</ul>
{% if perms.scipost.can_manage_organizations %}
<h3>Organizations</h3>
<ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment