Commit c9c0180b authored by Michal Čihař's avatar Michal Čihař

Do not use deprecated future cycle

It has become default some versions ago.

Issue #946
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent a392a9ef
{% extends "admin/base_site.html" %}
{% load i18n %}
{% load translations %}
{% load cycle from future %}
{% block title %}{% trans "Performance report" %}{% endblock %}
......
{% extends "admin/base_site.html" %}
{% load i18n %}
{% load cycle from future %}
{% block title %}{% trans "SSH keys" %}{% endblock %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment