Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed Jul 10, 2023
1 parent 87fd618 commit 6932ff9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ <h2 id="files-heading">{{ _('Files') }}</h2>
<strong>Request access</strong>
</p>
<p>
Here we would like to display the customized text from the record parent's access settings, if there is one.
Otherwise, we just display a boring old default text.
<!-- TODO: Once implemented in the backend display the access description provided nad use this as fallback -->
If you would like to request access to these files, please fill out the form below.
</p>
{%- include "invenio_app_rdm/records/details/access-form.html" %}
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,5 @@
{%- block user_dashboard_body %}
{%- endblock user_dashboard_body %}
</div>

<p>
Note: this text isn't selectable on the bottom because of the padding of the box below
</p>
</div>
{% endblock %}
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
{{ invenio_request.topic.record }}
</a>
</p>

<p>
Note: this text isn't selectable on the bottom because of the padding of the box below
</p>
</div>
{% endblock %}

Expand Down

0 comments on commit 6932ff9

Please sign in to comment.