Ben Sturmfels
531a97a3c9
The directory nesting is unnecessary here and confusing to navigate. I've moved all apps to the project subdirectory, currently called "www", but soon to be renamed "conservancy". I've also moved manage.py to the top-level directory.
2 lines
256 B
HTML
2 lines
256 B
HTML
<p><i>Blog post by <strong>{{ obj.author.formal_name }}</strong>. Please email any comments on this entry to <a href="mailto:{{ obj.author.username }}@sfconservancy.org"><{{ obj.author.username }}@sfconservancy.org></a>.</i></p>
|
|
{{ obj.body|safe }}
|