Directory view
This commit is contained in:
parent
3e75253ff1
commit
ba00672e66
9 changed files with 115 additions and 6 deletions
|
@ -2,11 +2,11 @@
|
|||
{% load i18n %}
|
||||
{% load humanize %}
|
||||
|
||||
{% block title %}{% trans "Edit Author" %}: {{ author.name }}{% endblock %}
|
||||
{% block title %}{% trans "Edit Author:" %} {{ author.name }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<header class="block">
|
||||
<h1 class="title level-left">
|
||||
<h1 class="title">
|
||||
Edit "{{ author.name }}"
|
||||
</h1>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue