Commit 06fa13d4b1da141233f6d35aaec739b7aff92ecb
1 parent
9a256378
Exists in
master
and in
2 other branches
Manage news template updated to include links to visualize the new
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
news/templates/news/list.html
@@ -51,8 +51,7 @@ | @@ -51,8 +51,7 @@ | ||
51 | <div class="row-fluid panel panel-default"> | 51 | <div class="row-fluid panel panel-default"> |
52 | <div class="panel-body"> | 52 | <div class="panel-body"> |
53 | <div class="col-md-6"> | 53 | <div class="col-md-6"> |
54 | - <!-- <a href="{% url 'news:view' new.slug %}"> <h3> <b>{{ new }}</b> </h3><a> --> | ||
55 | - <h3> <b>{{ new }}</b> </h3> | 54 | + <a href="{% url 'news:view' new.slug %}"><h3> <b>{{ new }}</b> </h3></a> |
56 | <p>{{ new.creator}}, em {{ new.create_date }}</p> | 55 | <p>{{ new.creator}}, em {{ new.create_date }}</p> |
57 | </div> | 56 | </div> |
58 | <div class="col-md-6"> | 57 | <div class="col-md-6"> |