@@ -16,7 +16,7 @@
{% endif %}
-
+
@@ -29,9 +29,9 @@
| {{news_single.name }} |
{{ news_single.created_by.first_name }} {{ news_single.created_by.last_name }} |
- {{ news_single.go_online_on|date:"d.m.Y, H:i" }} |
+ {{ news_single.go_online_on|date:"d.m.Y, H:i" }} |
- {% endfor %}
+ {% endfor %}
@@ -51,16 +51,16 @@
{% else %}
{% endif %}
-
+
-
Neueste Standards
-
+
Neueste Standards
+
| Titel |
- Erstellt von |
- Zuletzt bearbeitet am |
+ Erstellt von |
+ Zuletzt bearbeitet am |
{% for standard in standards_of_agency %}
@@ -69,10 +69,10 @@
{{standard.created_standard_by.first_name}} {{standard.created_standard_by.last_name}} |
{{standard.last_modified_on|date:"d.m.Y, H:i"}} |
- {% endfor %}
+ {% endfor %}
-
+
{% if not request.user.profile.agency.module_news %}
@@ -95,9 +95,9 @@ var VIDEOURL = "zB1icna9YaA"
var MODALNAME = "#youtubevideoinformation"
var VIDEOTITLE = "Informationsvideo News"
-$(document).ready(function(){
+$(document).ready(function(){
- $("#modaltitle_video").html(VIDEOTITLE);
+ $("#modaltitle_video").html(VIDEOTITLE);
//VIDEOCONTROLS
$( MODALNAME ).on('shown.bs.modal', function(e){
@@ -115,12 +115,12 @@ $(document).ready(function(){
player = new YT.Player('video-placeholder', {
width: 760,
height: 500,
- videoId: VIDEOURL,
+ videoId: VIDEOURL,
});
}
-
+
{% endblock content %}
-
-
-
-
-
-
\ No newline at end of file