summaryrefslogtreecommitdiffstats
path: root/pyserver/templates/register_info.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyserver/templates/register_info.html')
-rw-r--r--pyserver/templates/register_info.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/pyserver/templates/register_info.html b/pyserver/templates/register_info.html
new file mode 100644
index 0000000..3efebd7
--- /dev/null
+++ b/pyserver/templates/register_info.html
@@ -0,0 +1,9 @@
+{% block content %}
+
+{% include 'registers/table_scripts.html' %}
+
+<table class="infoTable">
+ {% include 'registers/table_header.html' %}
+ {% include 'registers/table_cell.html' %}
+</table>
+{% endblock %}