bornhack-website/src/backoffice/templates/reimbursement_detail_backoffice.html

13 lines
310 B
HTML
Raw Normal View History

{% extends 'base.html' %}
{% load bootstrap3 %}
{% block content %}
<h3>Manage Reimbursement</h3>
{% include 'includes/reimbursement_detail_panel.html' %}
<a class="btn btn-success" href="{% url "backoffice:reimbursement_list" camp_slug=camp.slug %}">Back to reimbursement list</a>
{% endblock content %}