Style updates for wiki pages
This commit is contained in:
parent
6fdf0ae0ea
commit
13b5c18062
|
@ -8,7 +8,7 @@ Are you sure you want to delete this {{ type }}?<p>
|
|||
|
||||
<form name="confirm" action="{{ confirm_url }}" method="POST">
|
||||
<input type="hidden" name="token" value="{{ csrf_token() }}">
|
||||
<button type="submit" name="confirm" value="true">Confirm Deletion</button>
|
||||
<button type="submit" class="btn btn-primary" name="confirm" value="true">Confirm Deletion</button>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<a href="{{ url_for('emoticons.index') }}" target="_blank">Emoticon reference</a> (opens in new window)<p>
|
||||
|
||||
<strong>Revision Note (optional):</strong><br>
|
||||
<input type="text" size="80" name="note" value="{{ note }}"><p>
|
||||
<input type="text" class="form-control" size="80" name="note" value="{{ note }}"><p>
|
||||
|
||||
<strong>Options:</strong><br>
|
||||
<label>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "layout.html" %}
|
||||
{% block title %}Wiki{% endblock %}
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<div class="right">
|
||||
|
|
Loading…
Reference in New Issue
Block a user