Skip to content
Snippets Groups Projects
Commit e1becbd5 authored by Adam Drake's avatar Adam Drake
Browse files

Removed debug model id showing on posts

parent 9dfbb63f
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
{% for post in posts %}
<div class="card" style="width: 18rem; margin-right: 15px;">
<div class="card-body">
<h5 class="card-title">{{post.title}} ID: {{post.mlmodel.id}}</h5>
<h5 class="card-title">{{post.title}}</h5>
<h6 class="card-subtitle mb-2 text-muted">By {{ post.author }} on {{ post.date_posted }}</h6>
<p class="card-text">{{ post.content }}</p>
<a href="/mlmodel/{{post.mlmodel.id}}" class="card-link">Ml-Model</a>
......
......@@ -11,7 +11,7 @@
{% for post in posts %}
<div class="card" style="width: 18rem; margin-right: 15px; margin-bottom: 20px;">
<div class="card-body">
<h5 class="card-title">{{post.title}} ID: {{post.mlmodel.id}}</h5>
<h5 class="card-title">{{post.title}}</h5>
<h6 class="card-subtitle mb-2 text-muted">By {{ post.author }} on {{ post.date_posted }}</h6>
<p class="card-text">{{ post.content }}</p>
<a href="/mlmodel/{{post.mlmodel.id}}" class="card-link">Ml-Model</a>
......
......@@ -11,7 +11,7 @@
{% for post in posts %}
<div class="card" style="width: 18rem; margin-right: 15px;">
<div class="card-body">
<h5 class="card-title">{{post.title}} ID: {{post.mlmodel.id}}</h5>
<h5 class="card-title">{{post.title}}</h5>
<h6 class="card-subtitle mb-2 text-muted">By {{ post.author }} on {{ post.date_posted }}</h6>
<p class="card-text">{{ post.content }}</p>
<a href="/mlmodel/{{post.mlmodel.id}}" class="card-link">Ml-Model</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment