Delete of button "crayon" in pots's card template
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
{% for post in posts.iterator %}
|
||||
<div class="card" style="width: 42rem; margin: 20px 0 50px 100px;">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">User</h5><a class="btn btn-primary" href="/post/edit">crayon</a>
|
||||
<h5 class="card-title">User</h5>
|
||||
<h6 class="card-subtitle mb-2 text-muted">{{ post.foundDate | date("d/m/Y \\à H \\h") }}</h6>
|
||||
<p class="card-subtitle mb-2 text-muted">{{ post.latitude }}, {{ post.longitude }}, {{ post.altitude }}m</p>
|
||||
<p class="card-text">{{ post.commentary }}</p>
|
||||
|
Reference in New Issue
Block a user