Removed title and slug field from blogpost model and db
This commit is contained in:
@@ -24,8 +24,7 @@
|
||||
<div class="col-md-7">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
{{post.author.first_name}} schrieb {{post.created|naturaltime}},
|
||||
<a href="{{post.get_absolute_url}}">{{post.title}}</a>
|
||||
{{post.author.first_name}} schrieb {{post.created|naturaltime}}
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
{% if avatar %}
|
||||
|
||||
Reference in New Issue
Block a user