diff --git a/templates/layout/page--user.html.twig b/templates/layout/page--user.html.twig index 2910d53..4023189 100755 --- a/templates/layout/page--user.html.twig +++ b/templates/layout/page--user.html.twig @@ -9,16 +9,7 @@ {% include '@vre2024/template-parts/highlighted.html.twig' %} {% endif %} -{# my dubugger #} - -{# -
- Rob's var dump - {{ dump(_context) }} -
-#} -{# /my dubugger #} - +{% set scholar_tid = 7737 %}
@@ -29,7 +20,8 @@ {% endif %} -
+

Manage Your Scholar Profile

+
Need to put the existing profile here, I need access to a variable (ID?) that I can use to grab the correct profile page for insertion +{{ drupal_entity('taxonomy_term', scholar_tid) }} + + +
@@ -46,12 +42,16 @@ Need to find a 'my publications' views block to put here
+

Add Scholarly Works To Your Profile:

{{ drupal_entity('webform', 'add_scholarly_works') }}
+

Deposit Full Text:

{{ drupal_entity('webform', 'deposit_full_text') }}
+

Request Changes to Your Profile:

+ {{ drupal_entity('webform', 'edit_scholar_profile') }}