Noch zwei drei Rechtschreibfehler bei Namensgebung korrigiert. Gut Nacht!
This commit is contained in:
parent
e7fdcc8d44
commit
491c075eb6
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -5,6 +5,7 @@ from django.urls import reverse
|
||||||
from areas.models import Areas
|
from areas.models import Areas
|
||||||
from tasks.models import Tasks
|
from tasks.models import Tasks
|
||||||
import datetime
|
import datetime
|
||||||
|
from django.utils import timezone
|
||||||
from ckeditor_uploader.fields import RichTextUploadingField
|
from ckeditor_uploader.fields import RichTextUploadingField
|
||||||
|
|
||||||
class Standards(models.Model):
|
class Standards(models.Model):
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
<div class="row" style="float: left;">
|
<div class="row" style="float: left;">
|
||||||
|
|
||||||
|
|
||||||
<div class="card mb-2 col-8">
|
<div class="card mb-2 col-8">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">News</h5>
|
<h5 class="card-title">News</h5>
|
||||||
|
|
@ -31,7 +30,6 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card ml-2 mb-2 col-3">
|
<div class="card ml-2 mb-2 col-3">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<img width="100%" src="{{ request.user.profile.agency.get_photo_url }}">
|
<img width="100%" src="{{ request.user.profile.agency.get_photo_url }}">
|
||||||
|
|
@ -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 %}
|
|
||||||
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<fieldset class="form-group">
|
<fieldset class="form-group">
|
||||||
<legend class="border-bottom mb-4">
|
<legend class="border-bottom mb-4">
|
||||||
<h2>digitale Agentur - Login</h2>
|
<h2>Digitale Agentur - Login</h2>
|
||||||
</legend>
|
</legend>
|
||||||
{{ form|crispy }}
|
{{ form|crispy }}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
<!-- Sidebar - Brand -->
|
<!-- Sidebar - Brand -->
|
||||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="{% url 'users-dashboard' %}">
|
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="{% url 'users-dashboard' %}">
|
||||||
<i class="fas fa-laptop"></i>
|
<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>
|
</a>
|
||||||
|
|
||||||
<!-- Divider -->
|
<!-- Divider -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue