Change button names to Save and Blog.
This commit is contained in:
parent
e5c7e10f02
commit
db600404a4
@ -46,7 +46,7 @@
|
||||
<div class="form_submit_buttons">
|
||||
{{ csrf_token }}
|
||||
<input type="submit" name="status" value="Publish" class="button_form">
|
||||
<input type="submit" name="status" value="Draft" class="button_form">
|
||||
<input type="submit" name="status" value="Save" class="button_form">
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
@ -111,7 +111,7 @@
|
||||
</a>
|
||||
<a class="button_action" href="{{ request.urlgen('mediagoblin.media_types.blog.create',
|
||||
user=request.user.username) }}">
|
||||
{%- trans %}Start Blogging{% endtrans -%}
|
||||
{%- trans %} Blog {% endtrans -%}
|
||||
</a>
|
||||
{% if request.user.is_admin %}
|
||||
<p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user