]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/display.html
Add a perma-link
[djsite.git] / quotes / templates / quotes / display.html
index 108dc92ba6a3662d01f02c57530d97be5898e971..7873c81aadf98e6ef18e95f8f9652ca6797d2522 100644 (file)
 
   {% if quote.tags.all %}
     <p class="tags">
-      Tags: 
+      Tags:
       {% for tag in quote.tags.all %}
         <a href="{% url 'quotes:tags' tag.id %}">{{ tag.tag }}</a>
       {% endfor %}
     </p>
   {% endif %}
+
+  <p class="permalink">
+    <a href="{% url 'quotes:onequote' quote.id %}">Permalink</a>
+  </p>
 </div>