more header changes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% extends "common/base.html" %}
|
||||
{% from 'components/header.html' import header %}
|
||||
|
||||
{% block title %}Room Members - {{ room.name }}{% endblock %}
|
||||
|
||||
@@ -87,14 +88,17 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container mt-4">
|
||||
<div class="row mb-4">
|
||||
<div class="col">
|
||||
<h2>Room Members - {{ room.name }}</h2>
|
||||
<p class="text-muted">Manage who has access to this room.</p>
|
||||
</div>
|
||||
</div>
|
||||
{{ header(
|
||||
title="Room Members - " + room.name,
|
||||
description="Manage who has access to this room",
|
||||
button_text="Back to Room",
|
||||
button_url=url_for('rooms.room', room_id=room.id),
|
||||
icon="fa-users",
|
||||
button_class="btn-secondary",
|
||||
button_icon="fa-arrow-left"
|
||||
) }}
|
||||
|
||||
<div class="container-fluid py-4">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="card shadow-sm">
|
||||
|
||||
Reference in New Issue
Block a user