Added cancel button, capitalised button labels
This commit is contained in:
parent
bb1f2f89e1
commit
82e64b1f12
@ -95,7 +95,7 @@ a.mediagoblin_logo:hover {
|
||||
border-radius:5px;
|
||||
border:none;
|
||||
color:#272727;
|
||||
margin:10px 0px;
|
||||
margin:10px 0px 10px 15px;
|
||||
font-size:1em;
|
||||
text-align:center;
|
||||
padding-left:11px;
|
||||
|
@ -29,7 +29,8 @@
|
||||
<h1>Editing {{ media.title }}</h1>
|
||||
{{ wtforms_util.render_divs(form) }}
|
||||
<div class="form_submit_buttons">
|
||||
<input type="submit" value="save changes" class="button" />
|
||||
<a href="{{ media.url_for_self(request.urlgen) }}">Cancel</a>
|
||||
<input type="submit" value="Save changes" class="button" />
|
||||
</div>
|
||||
<img src="{{ request.app.public_store.file_url(
|
||||
media['media_files']['thumb']) }}" />
|
||||
|
@ -27,7 +27,7 @@
|
||||
<h1>Submit yer media</h1>
|
||||
{{ wtforms_util.render_divs(submit_form) }}
|
||||
<div class="form_submit_buttons">
|
||||
<input type="submit" value="submit" class="button" />
|
||||
<input type="submit" value="Submit" class="button" />
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user