forked from CGM_Public/pretix_original
Restructure our python module. A lot.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{% extends "pretixcontrol/event/base.html" %}
|
||||
{% load i18n %}
|
||||
{% block title %}{{ request.event.name }}{% endblock %}
|
||||
{% block content %}
|
||||
<h1>{{ request.event.name }}</h1>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user