Rene 1 gadu atpakaļ
vecāks
revīzija
25304b9c1e
4 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 1 0
      .idea/AD.iml
  2. BIN
      db.sqlite3
  3. 1 1
      templates/main/current_week_shifts.html
  4. 1 1
      templates/main/public.html

+ 1 - 0
.idea/AD.iml

@@ -15,6 +15,7 @@
   <component name="NewModuleRootManager">
     <content url="file://$MODULE_DIR$">
       <excludeFolder url="file://$MODULE_DIR$/.venv" />
+      <excludeFolder url="file://$MODULE_DIR$/venv" />
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />

BIN
db.sqlite3


+ 1 - 1
templates/main/current_week_shifts.html

@@ -91,7 +91,7 @@
     <div class="container-fluid">
         <h4 class="custom-heading">Dienstplan für KW {{ calendar_week }}</h4>
         <div class="table-responsive">
-            <table class="table table-bordered table-hover w-100">
+            <table class="table table-bordered table-striped table-hover w-100">
                 <thead class="table-dark">
                     <tr>
                         <th class="employee-name">Veranstaltungen</th>

+ 1 - 1
templates/main/public.html

@@ -87,7 +87,7 @@
     <div class="container-fluid">
         <h4 class="custom-heading">Dienstplan für KW {{ calendar_week }}</h4>
         <div class="table-responsive">
-            <table class="table table-bordered table-hover w-100">
+            <table class="table  table-bordered table-striped table-hover w-100">
                 <thead class="table-dark">
                     <tr>
                         <th class="employee-name">Veranstaltungen</th>