This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2018-11-16 08:10:35 +00:00
|
|
|
{% extends "generic/form.html" %}
|
|
|
|
|
2019-02-27 15:06:20 +00:00
|
|
|
{% load utils %}
|
2018-11-16 08:10:35 +00:00
|
|
|
{% load i18n %}
|
|
|
|
|
|
|
|
{% block above_form %}
|
2019-02-27 15:06:20 +00:00
|
|
|
<h1>{% blocktrans with type=form|form_verbose_name %}Update {{ type }}{% endblocktrans %}</h1>
|
2019-02-25 15:40:46 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block action %}
|
2019-02-27 15:06:20 +00:00
|
|
|
{% blocktrans with type=form|form_verbose_name %}Update {{ type }}{% endblocktrans %}
|
2019-02-25 15:40:46 +00:00
|
|
|
{% endblock %}
|