redirect to newly created/edit page directly, start cms dashboard layout
This commit is contained in:
parent
5e99686b5c
commit
41c985fcab
10 changed files with 54 additions and 10 deletions
|
|
@ -18,6 +18,9 @@
|
|||
<p class="intro">A truly random smattering of thoughts and feelings. Things may not always be relevant, but they will always be irreverant.</p>
|
||||
<div class="list">
|
||||
<h3>Recent</h3>
|
||||
{% if app.user %}
|
||||
<br><a href="/brain/post/new">Add New Post</a>
|
||||
{% endif %}
|
||||
<ul>
|
||||
{% for post in posts %}
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue