]> git.ipfire.org Git - people/jschlag/pbs.git/blame - src/templates/log.html
Use autotools
[people/jschlag/pbs.git] / src / templates / log.html
CommitLineData
9137135a
MT
1{% extends "base.html" %}
2
3{% block body %}
4 <h1>{{ _("Log") }}</h1>
5
4c6be289 6 {% module LogTable(log) %}
9137135a 7{% end %}