comparison gpp/templates/weblinks/link.html @ 242:7e8d2dda99e3

For #93: fix url scheme for weblinks.
author Brian Neal <bgneal@gmail.com>
date Wed, 15 Sep 2010 03:24:01 +0000
parents 0e7c7231dea9
children daa2916f5b34
comparison
equal deleted inserted replaced
241:27bee3ac85e6 242:7e8d2dda99e3
5 <p>{{ link.description }}</p> 5 <p>{{ link.description }}</p>
6 <form action="{% url weblinks-visit link.id %}" method="post">{% csrf_token %} 6 <form action="{% url weblinks-visit link.id %}" method="post">{% csrf_token %}
7 <table class="link-stats"> 7 <table class="link-stats">
8 <tr> 8 <tr>
9 <th>Added by:</th><td><a href="{% url bio-view_profile link.user.username %}">{{ link.user.username }}</a></td> 9 <th>Added by:</th><td><a href="{% url bio-view_profile link.user.username %}">{{ link.user.username }}</a></td>
10 <th>Category:</th><td><a href="{% url weblinks-view_links slug=link.category.slug sort='date' %}">{{ link.category.title }}</a></td>
10 </tr> 11 </tr>
11 <tr> 12 <tr>
12 <th>Date Added:</th><td>{{ link.date_added|date:"M d, Y" }}</td> 13 <th>Date Added:</th><td>{{ link.date_added|date:"M d, Y" }}</td>
13 <th>Hits:</th><td>{{ link.hits }}</td> 14 <th>Hits:</th><td>{{ link.hits }}</td>
14 <td> 15 <td>