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