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

Remove not needed future loading

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 934ad3f7
{% extends "base.html" %}
{% load i18n %}
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'about' %}">{% trans "About" %}</a></li>
......
{% extends "base.html" %}
{% load i18n %}
{% load url from future %}
{% load crispy_forms_tags %}
{% block breadcrumbs %}
......
{% extends "base.html" %}
{% load url from future %}
{% load i18n %}
{% block breadcrumbs %}
......
{% extends "base.html" %}
{% load url from future %}
{% load i18n %}
{% load translations %}
......
{% extends "base.html" %}
{% load i18n %}
{% load translations %}
{% load url from future %}
{% load crispy_forms_tags %}
{% block breadcrumbs %}
......
{% extends "base.html" %}
{% load url from future %}
{% load i18n %}
{% load translations %}
{% load authnames %}
......
{% extends "base.html" %}
{% load url from future %}
{% load i18n %}
{% load translations %}
{% load authnames %}
......
{% extends "base.html" %}
{% load url from future %}
{% load i18n %}
{% load authnames %}
{% load translations %}
......
{% extends "base.html" %}
{% load i18n %}
{% load translations %}
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'profile' %}">{% trans "Your profile" %}</a></li>
......
{% extends "base.html" %}
{% load url from future %}
{% load i18n %}
{% load translations %}
{% load crispy_forms_tags %}
......
{% extends "base.html" %}
{% load i18n %}
{% load translations %}
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{{ page_profile.get_absolute_url }}">{{ page_profile.get_user_name }}</a></li>
......
{% extends "admin/index.html" %}
{% load i18n %}
{% load url from future %}
{% block content %}
<div id="content-extra" style="float: left; width: 100%;">
......
{% load i18n %}
{% load static %}
{% load url from future %}
{% load translations %}
{% if not request.is_ajax %}
<!DOCTYPE html>
......
{% extends "base.html" %}
{% load i18n %}
{% load translations %}
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'checks' %}">{% trans "Checks" %}</a></li>
......
{% extends "base.html" %}
{% load i18n %}
{% load translations %}
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'checks' %}">{% trans "Checks" %}</a></li>
......
{% extends "base.html" %}
{% load i18n %}
{% load translations %}
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'checks' %}">{% trans "Checks" %}</a></li>
......
{% extends "base.html" %}
{% load i18n %}
{% load translations %}
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'checks' %}">{% trans "Checks" %}</a></li>
......
{% extends "base.html" %}
{% load i18n %}
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'data_root' %}">{% trans "Data export" %}</a></li>
......
{% extends "base.html" %}
{% load i18n %}
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{{ object.get_absolute_url }}">{{ object }}</a></li>
......
{% extends "base.html" %}
{% load i18n %}
{% load translations %}
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{{ project.get_absolute_url }}">{{ project }}</a></li>
......
{% extends "base.html" %}
{% load i18n %}
{% load translations %}
{% load url from future %}
{% load crispy_forms_tags %}
{% block breadcrumbs %}
......
{% extends "base.html" %}
{% load i18n %}
{% load url from future %}
{% load crispy_forms_tags %}
{% block breadcrumbs %}
......
{% load i18n %}
{% load static %}
{% load url from future %}
<!DOCTYPE html>
<html lang="{{ LANGUAGE_CODE }}" dir="{% if LANGUAGE_BIDI %}rtl{% else %}ltr{% endif %}">
......
{% load translations %}
{% load url from future %}
{% load i18n %}
<footer class="flip pull-left">
<ul>
......
{% extends "base.html" %}
{% load i18n %}
{% load translations %}
{% load url from future %}
{% block content %}
......
{% load url from future %}
{% load translations %}
{% load i18n %}
{% load crispy_forms_tags %}
......
{% load i18n %}
{% load url from future %}
{% with object.git_needs_commit as needs_commit %}
<div class="row">
......
{% extends "base.html" %}
{% load i18n %}
{% load translations %}
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'languages' %}">{% trans "Languages" %}</a></li>
......
{% extends "base.html" %}
{% load i18n %}
{% load translations %}
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'languages' %}">{% trans "Languages" %}</a></li>
......
{% load i18n %}
{% load translations %}
{% load url from future %}
<div class="panel panel-primary">
<div class="panel-heading">
<h4 class="panel-title">{% if history_title %}{{ history_title }}{% else %}{% trans "History" %}{% endif %}</h4>
......
{% load url from future %}
{% load i18n %}
{% for check in checks %}
<div data-href="{% url 'js-ignore-check' check_id=check.id %}" class="alert alert-{{ check.get_severity }} {% if perms_ignore_check %}alert-dismissable{% endif %} check tooltip-control" id="check-{{ check.id }}" title="{{ check.get_description }}">
......
{% extends "mail/base.html" %}
{% load url from future %}
{% load i18n %}{% load translations %}
{% block content %}
......
{% load url from future %}{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}This is an automatic email to help you complete your registration with {{ site_title }}.{% endblocktrans %}
......
{% load i18n %}
{% load static %}
{% load url from future %}
{% load translations %}
<!DOCTYPE html>
......
{% extends "mail/base.html" %}
{% load url from future %}
{% load i18n %}{% load translations %}
{% block content %}
......
{% load url from future %}{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{%trans "Hi,"%}
{% blocktrans %}there has been a change in translation on {{ translation }} at {{ site_title }}.{% endblocktrans %}
......
{% load url from future %}
{% load i18n %}
{% load translations %}
<p>{% trans "Translation summary:" %}</p>
......
{% load url from future %}{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Translation summary:" %}
{% trans "Total strings:" %} {{ translation.total }}
{% trans "Translated strings:" %} {{ translation.translated }} ({{ translation.get_translated_percent }}%)
......
{% extends "mail/base.html" %}
{% load url from future %}
{% load i18n %}{% load translations %}
{% block content %}
......
{% load url from future %}{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there has been a merge failure on {{ subproject }} at {{ site_title }}.{% endblocktrans %}
......
{% extends "mail/base.html" %}
{% load url from future %}
{% load i18n %}{% load translations %}
{% block content %}
......
{% load url from future %}{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there has been a new comment on {{ subproject }} at {{ site_title }}.{% endblocktrans %}
......
{% extends "mail/base.html" %}
{% load url from future %}
{% load i18n %}{% load translations %}
{% block content %}
......
{% load url from future %}{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans with user.first_name as username %}{{ username }} has just made a first contribution on {{ translation }} at {{ site_title }}.{% endblocktrans %}
......
{% extends "mail/base.html" %}
{% load url from future %}
{% load i18n %}{% load translations %}
{% block content %}
......
{% load url from future %}{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there has been a request for new language on {{ translation }} at {{ site_title }}.{% endblocktrans %}
......
{% extends "mail/base.html" %}
{% load url from future %}
{% load i18n %}{% load translations %}
{% block content %}
......
{% load url from future %}{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there are new strings to translate on {{ translation }} at {{ site_title }}.{% endblocktrans %}
......
{% extends "mail/base.html" %}
{% load url from future %}
{% load i18n %}{% load translations %}
{% block content %}
......
{% load url from future %}{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there is a new suggestion to evaluate on {{ translation }} at {{ site_title }}.{% endblocktrans %}
......
{% extends "mail/base.html" %}
{% load url from future %}
{% load i18n %}{% load translations %}
{% block content %}
......
{% load url from future %}{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there has been a new translation on {{ translation }} at {{ site_title }}.{% endblocktrans %}
......
{% extends "mail/base.html" %}
{% load url from future %}
{% load i18n %}{% load translations %}
{% block content %}
......
{% load url from future %}{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}There was a request to reset your Weblate password at {{ site_title }}.{% endblocktrans %}
......
{% load url from future %}{% load translations %}{% load i18n %}--
{% blocktrans %}Sent by Weblate translation system{% endblocktrans %}
{{ current_site_url }}{% url 'home' %}
{% trans "Change subscription settings:" %} {{ current_site_url }}{% url 'profile' %}#subscriptions
......
{% load static %}
{% load url from future %}
<link rel="stylesheet" type="text/css" href="{% get_media_prefix %}bootstrap/css/bootstrap.min.css" />
{% if LANGUAGE_BIDI %}
......
{% extends "base.html" %}
{% load i18n %}
{% load translations %}
{% load url from future %}
{% load crispy_forms_tags %}
{% block breadcrumbs %}
......
{% extends "base.html" %}
{% load i18n %}
{% load url from future %}
{% load translations %}
{% block breadcrumbs %}
......
{% load i18n %}
{% load url from future %}
{% url 'data_project' project=project.slug as data_url %}
{% with object.get_share_url as share_url and object.get_widgets_url as widgets_url %}
......
{% extends "base.html" %}
{% load url from future %}
{% load i18n %}
{% load translations %}
{% load static %}
......
{% extends "base.html" %}
{% load url from future %}
{% load i18n %}
{% block breadcrumbs %}
......
{% extends "base.html" %}
{% load i18n %}
{% load url from future %}
{% load crispy_forms_tags %}
{% block breadcrumbs %}
......
{% extends "base.html" %}
{% load i18n %}
{% load url from future %}
{% load translations %}
{% block breadcrumbs %}
......
{% extends "base.html" %}
{% load url from future %}
{% load i18n %}
{% load static %}
{% load translations %}
......
{% extends "base.html" %}
{% load translations %}
{% load url from future %}
{% load crispy_forms_tags %}
{% load i18n %}
......
{% extends "base.html" %}
{% load i18n %}
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'widgets_root' %}">{% trans "widgets" %}</a></li>
......
{% extends "base.html" %}
{% load i18n %}
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{{ object.get_absolute_url }}">{{ object }}</a></li>
......
{% load translations %}
{% load i18n %}
{% load static %}
{% load url from future %}
{% for item in unitdata %}
<tr id="row-status-{{ item.unit.checksum }}">
......
{% extends "base.html" %}
{% load url from future %}
{% load i18n %}
{% load static %}
......
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