admin: add generic create and delete template
This commit is contained in:
11
passbook/admin/templates/generic/create_inheritance.html
Normal file
11
passbook/admin/templates/generic/create_inheritance.html
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends "generic/create.html" %}
|
||||
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}
|
||||
{% blocktrans with type=request.GET.type %}Create {{ type }}{% endblocktrans %}
|
||||
{% endblock %}
|
||||
|
||||
{% block above_form %}
|
||||
<h1>{% blocktrans with type=request.GET.type %}Create {{ type }}{% endblocktrans %}</h1>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user