Noch zwei drei Rechtschreibfehler bei Namensgebung korrigiert. Gut Nacht!

This commit is contained in:
holger.trampe 2019-12-15 23:57:08 +01:00
parent e7fdcc8d44
commit 491c075eb6
7 changed files with 6 additions and 11 deletions

View File

@ -5,6 +5,7 @@ from django.urls import reverse
from areas.models import Areas
from tasks.models import Tasks
import datetime
from django.utils import timezone
from ckeditor_uploader.fields import RichTextUploadingField
class Standards(models.Model):

View File

@ -9,7 +9,6 @@
<div class="row" style="float: left;">
<div class="card mb-2 col-8">
<div class="card-body">
<h5 class="card-title">News</h5>
@ -31,15 +30,14 @@
</table>
</div>
</div>
<div class="card ml-2 mb-2 col-3">
<div class="card-body">
<img width="100%" src="{{ request.user.profile.agency.get_photo_url }}">
</div>
</div>
<div class="card mb-2 col-8">
<div class="card mb-2 col-8">
<div class="card-body">
<h5 class="card-title">Neueste Standards</h5>
<table class="table">
@ -68,9 +66,5 @@
{% for standard in standards_of_agency %}
{% if standard.task == task and standard.area == area %}
<p class="card-text"><a href="{% url 'standard-single' standard.pk %}">{{standard.name}}</a></p>
{% endif %}
{% endfor %}

View File

@ -7,7 +7,7 @@
{% csrf_token %}
<fieldset class="form-group">
<legend class="border-bottom mb-4">
<h2>digitale Agentur - Login</h2>
<h2>Digitale Agentur - Login</h2>
</legend>
{{ form|crispy }}

View File

@ -39,7 +39,7 @@
<!-- Sidebar - Brand -->
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="{% url 'users-dashboard' %}">
<i class="fas fa-laptop"></i>
<div class="sidebar-brand-text mx-3">digitale agentur</div>
<div class="sidebar-brand-text mx-3">Digitale Agentur</div>
</a>
<!-- Divider -->