mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
more generic views
This commit is contained in:
@@ -2,14 +2,11 @@
|
||||
{% load crispy_forms_tags %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{% trans 'Edit' %}{% endblock %}
|
||||
{% block title %}{% trans 'Edit' %} - {{ title }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h3>
|
||||
{% trans 'Edit' %}
|
||||
<small class="text-muted">{% trans 'Edit this Object' %}</small>
|
||||
</h3>
|
||||
<h3>{% trans 'Edit' %} {{ title }}</h3>
|
||||
|
||||
<form action="." method="post">
|
||||
{% csrf_token %}
|
||||
|
||||
Reference in New Issue
Block a user