Files
edx-platform/lms/templates/dashboard/support.html
2014-06-17 08:24:02 -04:00

11 lines
226 B
HTML

{% extends "main_django.html" %}
{% load i18n %}
{% block title %}<title>Support Dashboard</title>{% endblock %}
{% block body %}
<ul>
<li><a href="/support/refund/">{% trans "Manual Refund" %}</a></li>
</ul>
{% endblock %}