forked from MarseyWorld/MarseyWorld
fix
parent
d6af81f6b4
commit
5d94c58d02
|
@ -1,9 +1,9 @@
|
||||||
{% extends "default.html" %}
|
{% extends "default.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="col-span-full">
|
<div class="col-span-full my-4">
|
||||||
<h5 style="text-align: center">{{name2}}</h5>
|
<h5 style="text-align: center">{{name2}}</h5>
|
||||||
<pre></pre>
|
<pre></pre>
|
||||||
<table class="table table-striped mb-5">
|
<table class="w-full table table-striped mb-5">
|
||||||
<thead class="bg-primary text-white">
|
<thead class="bg-primary text-white">
|
||||||
<tr>
|
<tr>
|
||||||
<th style="font-weight: bold">#</th>
|
<th style="font-weight: bold">#</th>
|
||||||
|
|
Loading…
Reference in New Issue