forked from CGM_Public/pretix_original
Item editor: Show internal name in headline
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
{% extends "pretixcontrol/event/base.html" %}
|
{% extends "pretixcontrol/event/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% block title %}{{ object.name }} :: {% trans "Product" %}{% endblock %}
|
{% block title %}{{ object }} :: {% trans "Product" %}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% if object.id %}
|
{% if object.id %}
|
||||||
<h1>{% trans "Modify product:" %} {{ object.name }}</h1>
|
<h1>{% trans "Modify product:" %} {{ object }}</h1>
|
||||||
{% else %}
|
{% else %}
|
||||||
<h1>{% trans "Create product" %}</h1>
|
<h1>{% trans "Create product" %}</h1>
|
||||||
<p>{% blocktrans trimmed %}
|
<p>{% blocktrans trimmed %}
|
||||||
|
|||||||
Reference in New Issue
Block a user