Commit 06fa13d4b1da141233f6d35aaec739b7aff92ecb

Authored by Gustavo
1 parent 9a256378

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 51 <div class="row-fluid panel panel-default">
52 52 <div class="panel-body">
53 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 55 <p>{{ new.creator}}, em {{ new.create_date }}</p>
57 56 </div>
58 57 <div class="col-md-6">
... ...