Fixed issue with names.

This commit is contained in:
Timur Nurlygayanov 2013-04-08 14:58:07 +04:00
parent b191709e08
commit 65e2c68bc2
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{% extends "horizon/common/_modal_form.html" %}
{% load i18n horizon humanize %}
{% block form_action %}{% url horizon:project:windc:create %}?{{ request.POST.urlencode }}{% endblock %}
{% block form_action %}{% url horizon:project:tabula:create %}?{{ request.POST.urlencode }}{% endblock %}
{% block modal_id %}create_service{% endblock %}
{% block modal-header %}{% trans "Create Service" %}{% endblock %}

View File

@ -1,9 +1,9 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Create Windows Service" %}{% endblock %}
{% block title %}{% trans "Create Service" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Create Windows Service") %}
{% include "horizon/common/_page_header.html" with title=_("Create Service") %}
{% endblock page_header %}
{% block main %}