Skip to content

Commit

Permalink
codr_space context variable is back! Ahhh!! :)
Browse files Browse the repository at this point in the history
  • Loading branch information
eloyz committed Jul 30, 2011
1 parent 74e768e commit 418a3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/codrspace/templates/auth_base.html
Expand Up @@ -18,7 +18,7 @@ <h1>{{ user.username }}</h1>
{% for post in posts %}
<div class="post-item">
<h3 class="post-title">
<a href="{% url edit codr_space.pk %}">{% firstof post.title "Untitled" %}
<a href="{% url edit post.pk %}">{% firstof post.title "Untitled" %}
<span class="post-create-dt">{{ post.create_dt }}<span></a>
</h3>
<div class="post-content">{{ post.content }}</div>
Expand Down

0 comments on commit 418a3db

Please sign in to comment.