Reply button moved around.
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}Message {{ message.id }} - {{ current_user }}{% endblock %}
|
{% block title %}Message {{ message.id }} - {{ current_user }}{% endblock %}
|
||||||
|
<button type="button" class="btn btn-primary btn-sm me-2" id="replyButton">
|
||||||
|
Reply
|
||||||
|
</button>
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<dl class="row">
|
<dl class="row">
|
||||||
<dt class="col-sm-2">Id</dt>
|
<dt class="col-sm-2">Id</dt>
|
||||||
@@ -32,13 +34,12 @@
|
|||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<h3>Body</h3>
|
<h3>Body</h3>
|
||||||
<pre class="bg-light p-3 border">{{ message.text }}</pre>
|
|
||||||
|
|
||||||
<p class="nav-links">
|
|
||||||
<button type="button" class="btn btn-primary btn-sm me-2" id="replyButton">
|
<button type="button" class="btn btn-primary btn-sm me-2" id="replyButton">
|
||||||
Reply
|
Reply
|
||||||
</button>
|
</button>
|
||||||
<br/>
|
<pre class="bg-light p-3 border">{{ message.text }}</pre>
|
||||||
|
|
||||||
|
<p class="nav-links">
|
||||||
<a href="/dashboard">← Back to Dashboard</a>
|
<a href="/dashboard">← Back to Dashboard</a>
|
||||||
{% if request.url.path.startswith("/dashboard/message/") %}
|
{% if request.url.path.startswith("/dashboard/message/") %}
|
||||||
| <a href="/messages">All Messages</a>
|
| <a href="/messages">All Messages</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user