Commit cfdbe91e authored by Kyrene Espedido's avatar Kyrene Espedido

push

parent 80bdb954
#topbar { #topbar {
background-color: green; background-color: #00802b;
width: 100%; width: 100%;
height: 80px; height: 100px;
} }
#topbar-text { #topbar-text {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="{% static 'css/style.css' %}"> <link rel="stylesheet" href="{% static 'css/style.css' %}">
<link rel="icon" href="{% static 'images/topc_logo.jpg' %}" sizes="9x16"> <link rel="icon" href="{% static 'images/topc_logo.png' %}" sizes="9x16">
</head> </head>
<body> <body>
<div id="topbar"> <div id="topbar">
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>Login</title> <title>Login</title>
<link rel="stylesheet" type='text/css' href="{% static 'css/style.css' %}"/> <link rel="stylesheet" href="{% static 'css/style.css' %}"/>
</head> </head>
<body> <body>
{% block content %} {% block content %}
......
...@@ -4,7 +4,7 @@ from django.shortcuts import render, redirect ...@@ -4,7 +4,7 @@ from django.shortcuts import render, redirect
from .models import Productivity, User from .models import Productivity, User
from django.contrib import messages from django.contrib import messages
from django.utils.dateparse import parse_date, parse_duration from django.utils.dateparse import parse_date, parse_duration
from dateutil.parser import parse as parse_date #from dateutil.parser import parse as parse_date
def home(request): def home(request):
return render(request, 'EmployeeProdDB/home.html') return render(request, 'EmployeeProdDB/home.html')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment