Files
PyRIGS/training/templates/training/profile_detail.html

9 lines
220 B
HTML

{% extends 'base.html' %}
{% block title %}{{ profile }} Training{% endblock %}
{% block content %}
<h2>Training Profile for {{ profile }}</h2>
{% include "training/profile_detail_table.html" %}
{% endblock %}