projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e70fcc0
)
button to start with blogging.
author
Aditi
<aditi.iitr@gmail.com>
Tue, 6 Aug 2013 14:50:23 +0000
(20:20 +0530)
committer
Aditi
<aditi.iitr@gmail.com>
Tue, 6 Aug 2013 14:50:23 +0000
(20:20 +0530)
mediagoblin/templates/mediagoblin/base.html
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/templates/mediagoblin/base.html
b/mediagoblin/templates/mediagoblin/base.html
index 1fc4467cf0e9aa3aeaecd7462c40932eb18201bc..5ff72243e71d9bf4bd653230f505333c3c7d40d1 100644
(file)
--- a/
mediagoblin/templates/mediagoblin/base.html
+++ b/
mediagoblin/templates/mediagoblin/base.html
@@
-109,6
+109,10
@@
<a class="button_action" href="{{ request.urlgen('mediagoblin.submit.collection') }}">
{%- trans %}Create new collection{% endtrans -%}
</a>
+ <a class="button_action" href="{{ request.urlgen('mediagoblin.media_types.blog.create',
+ user=request.user.username) }}">
+ {%- trans %}Start Blogging{% endtrans -%}
+ </a>
{% if request.user.is_admin %}
<p>
<span class="dropdown_title">Admin powers:</span>