...
This commit is contained in:
@@ -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">
|
||||
|
@@ -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">
|
||||
|
@@ -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">
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user