Merge "Replace CRLF by LF"
This commit is contained in:
4 changed files with 33 additions and 33 deletions
@@ -1,15 +1,15 @@
{% load i18n %}
<dt>
{% if bgpvpn.networks|length > 1 %}
{% trans "Associated Networks" %}
{% else %}
{% trans "Associated Network" %}
{% endif %}
</dt>
{% for network in bgpvpn.networks %}
<dd>
{% url 'horizon:project:networks:detail' network as network_url %}
<a href="{{ network_url }}">{{ network }}</a>
</dd>
{% load i18n %}
<dt>
{% if bgpvpn.networks|length > 1 %}
{% trans "Associated Networks" %}
{% else %}
{% trans "Associated Network" %}
{% endif %}
</dt>
{% for network in bgpvpn.networks %}
<dd>
{% url 'horizon:project:networks:detail' network as network_url %}
<a href="{{ network_url }}">{{ network }}</a>
</dd>
{% endfor %}
@@ -1,7 +1,7 @@
{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "You may update the editable properties of your BGP VPN here." %}</p>
{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "You may update the editable properties of your BGP VPN here." %}</p>
{% endblock %}
@@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "BGP VPNs" %}{% endblock %}
{% block main %}
{{ table.render }}
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "BGP VPNs" %}{% endblock %}
{% block main %}
{{ table.render }}
{% endblock %}
@@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Update BGPVPN" %}{% endblock %}
{% block main %}
{% include "project/bgpvpn/_modify.html" %}
{% endblock %}
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Update BGPVPN" %}{% endblock %}
{% block main %}
{% include "project/bgpvpn/_modify.html" %}
{% endblock %}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.