Anton Shestakov <av6@dwimlabs.net>, Sat, 23 Sep 2017 12:42:03 +0800
viewer: use order_by() explicitly, helps with keeping indices up-to-date
templates/index.html
Permissions: -rw-r--r--
{% extends "base.html" %} {% block title %}Recently checked projects
{% end %} <div class="uk-container uk-container-center uk-margin-large-top"> <h2>Recently checked projects
</h2> <table class="uk-table uk-table-middle uk-text-nowrap"> {% module Template('ui/checks.html', checks=checks) %}