This commit is contained in:
2025-04-22 06:59:24 +04:00
parent af4f09a67b
commit 310a5d956f
9 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}Support Tickets - Actix MVC App{% endblock %}
{% block title %}Support Tickets{% endblock %}
{% block content %}
<div class="d-flex justify-content-between align-items-center mb-4">

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}My Tickets - Actix MVC App{% endblock %}
{% block title %}My Tickets{% endblock %}
{% block content %}
<div class="d-flex justify-content-between align-items-center mb-4">

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}New Support Ticket - Actix MVC App{% endblock %}
{% block title %}New Support Ticket{% endblock %}
{% block content %}
<div class="row justify-content-center">

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}Ticket #{{ ticket.id | truncate(length=8) }} - Actix MVC App{% endblock %}
{% block title %}Ticket #{{ ticket.id | truncate(length=8) }}{% endblock %}
{% block content %}
<div class="container-fluid" up-main>