mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 22:42:17 +00:00
9 lines
220 B
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 %} |