~ubuntu-branches/ubuntu/trusty/horizon/trusty-proposed

1
2
3
4
5
6
7
8
9
10
11
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Add Router Rule" %}{% endblock %}

{% block page_header %}
  {% include "horizon/common/_page_header.html" with title=_("Add Router Rule") %}
{% endblock page_header %}

{% block main %}
  {% include "project/routers/extensions/routerrules/_create.html" %}
{% endblock %}