{% extends 'rcallocation/allocationrequest_base.html' %} {% block title %}Decline or Request Amendment from User{% endblock title %} {% block sidebar %} {% with current_sidebar="allocation" %} {{ block.super }} {% endwith %} {% endblock %} {% block description %}
Reject a request, or specify changes a user needs to make to an allocation request before it can be accepted.
{% endblock description %} {% block form_action %}{% url 'horizon:allocation:requests:reject_request' object.pk %}{% endblock %} {% block submit_buttons %} {% endblock %}