Commit 7ce5d12d authored by Michal Čihař's avatar Michal Čihař

Prevent name conflict

parent 1758f529
{% extends "base.html" %}
{% load i18n %}
{% load weblate %}
{% load translations %}
{% load url from future %}
{% block breadcums %}
......
{% extends "base.html" %}
{% load i18n %}
{% load weblate %}
{% load translations %}
{% load url from future %}
{% block breadcums %}
......
{% extends "base.html" %}
{% load i18n %}
{% load weblate %}
{% load translations %}
{% load url from future %}
{% block breadcums %}
......
{% extends "base.html" %}
{% load i18n %}
{% load weblate %}
{% load translations %}
{% load url from future %}
{% block breadcums %}
......
{% extends "base.html" %}
{% load i18n %}
{% load weblate %}
{% load translations %}
{% load url from future %}
{% block breadcums %}
......
{% load i18n %}
{% load weblate %}
{% load translations %}
{% if dictionary %}
<table>
<thead>
......
{% load i18n %}
{% load weblate %}
{% load translations %}
{% if other %}
<table>
<thead>
......
{% load i18n %}
{% load weblate %}
{% load translations %}
{% if similar %}
<table>
<thead>
......
{% load url from future %}{% load i18n %}{% load weblate %}{% filter wordwrap:72 %}{% blocktrans with site|site_title as site_title %}Hi,
{% load url from future %}{% load i18n %}{% load translations %}{% filter wordwrap:72 %}{% blocktrans with site|site_title as site_title %}Hi,
This is an automatic email to help you complete your registration
with {{ site_title }}.
......
{% load i18n %}{% load weblate %}{% blocktrans with site|site_title as site_title %}Your registration on {{ site_title }}{% endblocktrans %}
{% load i18n %}{% load translations %}{% blocktrans with site|site_title as site_title %}Your registration on {{ site_title }}{% endblocktrans %}
{% extends "base.html" %}
{% load url from future %}
{% load i18n %}
{% load weblate %}
{% load translations %}
{% block breadcums %}
<li><a href="{{ unit.translation.subproject.project.get_absolute_url }}">{{ unit.translation.subproject.project }}</a></li>
......
......@@ -8,6 +8,9 @@ from django.conf import settings
import re
import weblate
import weblate.trans
from weblate.trans.simplediff import htmlDiff
from weblate.trans.util import split_plural
from weblate.lang.models import Language
......
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