Compare commits
No commits in common. "698f91389fb5cdd5b2617fb705a96301f033accf" and "1fac86dc0d8c5d93e1110fc0d26f1ab655772f1f" have entirely different histories.
698f91389f
...
1fac86dc0d
4 changed files with 11 additions and 7 deletions
|
@ -5,13 +5,17 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="{% static 'mazer/compiled/css/app.css' %}">
|
<link rel="stylesheet" href="{% static 'mazer/compiled/css/app.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'mazer/compiled/css/app-dark.css' %}">
|
<link rel="stylesheet"
|
||||||
|
href="{% static 'mazer/compiled/css/app-dark.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'mazer/compiled/css/iconly.css' %}">
|
<link rel="stylesheet" href="{% static 'mazer/compiled/css/iconly.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'css/servala.css' %}">
|
<link rel="stylesheet" href="{% static 'css/servala.css' %}">
|
||||||
<link rel="icon" type="image/x-icon" href="{% static 'img/favicon.ico' %}">
|
|
||||||
<script src="{% static "js/htmx.min.js" %}" defer></script>
|
<script src="{% static "js/htmx.min.js" %}" defer></script>
|
||||||
</head>
|
</head>
|
||||||
<title>{% block html_title %}Dashboard{% endblock html_title %} – Servala</title>
|
<title>
|
||||||
|
{% block html_title %}
|
||||||
|
Dashboard
|
||||||
|
{% endblock html_title %}
|
||||||
|
– Servala</title>
|
||||||
</head>
|
</head>
|
||||||
<body hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'>
|
<body hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'>
|
||||||
<script src="{% static 'mazer/static/js/initTheme.js' %}"></script>
|
<script src="{% static 'mazer/static/js/initTheme.js' %}"></script>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<p>{{ service.description|default:"No description available."|urlize }}</p>
|
<p>{{ service.description|default:"No description available." }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
{% if offering.description %}
|
{% if offering.description %}
|
||||||
<p class="card-text">{{ offering.description|urlize }}</p>
|
<p class="card-text">{{ offering.description }}</p>
|
||||||
{% elif offering.provider.description %}
|
{% elif offering.provider.description %}
|
||||||
<p class="card-text">{{ offering.provider.description|urlize }}</p>
|
<p class="card-text">{{ offering.provider.description }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="card-footer d-flex justify-content-between">
|
<div class="card-footer d-flex justify-content-between">
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
{% if service.description %}<p class="card-text">{{ service.description|urlize }}</p>{% endif %}
|
{% if service.description %}<p class="card-text">{{ service.description }}</p>{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="card-footer d-flex justify-content-between">
|
<div class="card-footer d-flex justify-content-between">
|
||||||
<span></span>
|
<span></span>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
Loading…
Add table
Add a link
Reference in a new issue