{# -*- coding: utf-8 -*- Copyright (C) 2022 TU Wien. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends "invenio_theme_tuw/page_error.html" %} {%- set mail_subject = "Permissions Request" %} {%- set theme_sitename = config.THEME_SITENAME %} {%- set nl = "%0A" %} {%- set mail_body = "Hey," + nl + nl + "could you please give me permissions to create records and upload data at '" + theme_sitename + "'?" + nl + "My username is: '" + user.profile.username + "'." + nl + nl + "Thanks!" %} {%- block message %}
Sorry, we are currently operating on a friendly-user basis and give out permissions manually - please contact our team at {{ config.THEME_TUW_CONTACT_EMAIL }}.
{%- if config.THEME_TUW_DEPOSIT_PERMISSION_ERROR_PARAGRAPH %}{{ config.THEME_TUW_DEPOSIT_PERMISSION_ERROR_PARAGRAPH|safe }}
{%- endif %} {%- endblock message %}