Updated parser functions to include identifiers.
This commit is contained in:
15
src/submissions/templates/procedure_details.html
Normal file
15
src/submissions/templates/procedure_details.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% extends "details.html" %}
|
||||
|
||||
<head>
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
<title>Procedure Details for {{ procedure['name'] }}</title>
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
{% block body %}
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
</body>
|
||||
Reference in New Issue
Block a user