Statické soubory se načítají jinak
Velké sedování :-)
This commit is contained in:
		
							parent
							
								
									57659aa16a
								
							
						
					
					
						commit
						359613463f
					
				
					 25 changed files with 25 additions and 25 deletions
				
			
		|  | @ -1,6 +1,6 @@ | ||||||
| {% extends "base.html" %} | {% extends "base.html" %} | ||||||
| 
 | 
 | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| {% block title %} Nápověda ke korekturovátku {% endblock title %} | {% block title %} Nápověda ke korekturovátku {% endblock title %} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| <html> | <html> | ||||||
| <head> | <head> | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| {% extends "base.html" %} | {% extends "base.html" %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| {% block script%} | {% block script%} | ||||||
|   <link rel="stylesheet" type="text/css" media="screen, projection" href="{% static "korektury/opraf-list.css" %}" /> |   <link rel="stylesheet" type="text/css" media="screen, projection" href="{% static "korektury/opraf-list.css" %}" /> | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| {% extends "base.html" %} | {% extends "base.html" %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| {% block script%} | {% block script%} | ||||||
|   <link rel="stylesheet" type="text/css" media="screen, projection" href="{% static "korektury/opraf-list.css" %}" /> |   <link rel="stylesheet" type="text/css" media="screen, projection" href="{% static "korektury/opraf-list.css" %}" /> | ||||||
|  |  | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| {% extends "error_base.html" %} | {% extends "error_base.html" %} | ||||||
| 
 | 
 | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| {% block errorheading %} | {% block errorheading %} | ||||||
|       O-jo-jo-jo-joj |       O-jo-jo-jo-joj | ||||||
|  |  | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| {% extends "error_base.html" %} | {% extends "error_base.html" %} | ||||||
| 
 | 
 | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| {% block errorheading %} | {% block errorheading %} | ||||||
|       Vrrrrrrrrr |       Vrrrrrrrrr | ||||||
|  |  | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| {% extends "error_base.html" %} | {% extends "error_base.html" %} | ||||||
| 
 | 
 | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| {% block errorheading %} | {% block errorheading %} | ||||||
| Požadovaná stránka nenalezena | Požadovaná stránka nenalezena | ||||||
|  |  | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| {% extends "error_base.html" %} | {% extends "error_base.html" %} | ||||||
| 
 | 
 | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| {% block errorheading %} | {% block errorheading %} | ||||||
|       O-jo-jo-jo-joj |       O-jo-jo-jo-joj | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| {% extends "admin/base.html" %} | {% extends "admin/base.html" %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| {% block extrahead %} | {% block extrahead %} | ||||||
| <link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon"> | <link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon"> | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| {% load staticfiles sekizai_tags %} | {% load static sekizai_tags %} | ||||||
| {% load sitetree %} | {% load sitetree %} | ||||||
| <!DOCTYPE html> | <!DOCTYPE html> | ||||||
| <html lang='cs'> | <html lang='cs'> | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| <img class="logo" | <img class="logo" | ||||||
|     {% for item in sitetree_items %} |     {% for item in sitetree_items %} | ||||||
|         {% if item.is_active or item.in_current_branch %} |         {% if item.is_active or item.in_current_branch %} | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| {% extends "base.html" %} | {% extends "base.html" %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| {% block script %} | {% block script %} | ||||||
|     <script src="{% static 'odevzdavatko/dynamic_formsets.js' %}"></script> |     <script src="{% static 'odevzdavatko/dynamic_formsets.js' %}"></script> | ||||||
| {% endblock %} | {% endblock %} | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| {% extends "base.html" %} | {% extends "base.html" %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| {% block script %} | {% block script %} | ||||||
|     <!--script type="text/javascript" src="{% static 'admin/js/vendor/jquery/jquery.js' %}"></script!--> |     <!--script type="text/javascript" src="{% static 'admin/js/vendor/jquery/jquery.js' %}"></script!--> | ||||||
|     {{form.media}} |     {{form.media}} | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| {% extends "base.html" %} | {% extends "base.html" %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| {% block content %} | {% block content %} | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| {% extends "base.html" %} | {% extends "base.html" %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| {% block script %} | {% block script %} | ||||||
|     <script src="{% static 'personalni/prihlaska.js' %}"></script> |     <script src="{% static 'personalni/prihlaska.js' %}"></script> | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| {% extends "base.html" %} | {% extends "base.html" %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| {% block script %} | {% block script %} | ||||||
|     <script src="{% static 'personalni/prihlaska.js' %}"></script> |     <script src="{% static 'personalni/prihlaska.js' %}"></script> | ||||||
|  |  | ||||||
|  | @ -1,7 +1,7 @@ | ||||||
| {% extends 'base.html' %} | {% extends 'base.html' %} | ||||||
| 
 | 
 | ||||||
| {% load humanize %} | {% load humanize %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| {% block content %} | {% block content %} | ||||||
|  |  | ||||||
|  | @ -1,7 +1,7 @@ | ||||||
| {% extends 'base.html' %} | {% extends 'base.html' %} | ||||||
| 
 | 
 | ||||||
| {% load humanize %} | {% load humanize %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| {% block content %} | {% block content %} | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| {% autoescape off %} | {% autoescape off %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| {% load tex %} | {% load tex %} | ||||||
| \documentclass[11pt,a4paper,landscape]{article} | \documentclass[11pt,a4paper,landscape]{article} | ||||||
| \usepackage[top=3.75cm,left=8cm]{geometry} | \usepackage[top=3.75cm,left=8cm]{geometry} | ||||||
|  |  | ||||||
|  | @ -1,7 +1,7 @@ | ||||||
| {% extends 'base.html' %} | {% extends 'base.html' %} | ||||||
| 
 | 
 | ||||||
| {% load humanize %} | {% load humanize %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| {% block content %} | {% block content %} | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| {% block content %} | {% block content %} | ||||||
|   <h1> |   <h1> | ||||||
|  |  | ||||||
|  | @ -10,7 +10,7 @@ function sousdeadline() { | ||||||
| {% extends 'base.html' %} | {% extends 'base.html' %} | ||||||
| 
 | 
 | ||||||
| {% load humanize %} | {% load humanize %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| {% block content %} | {% block content %} | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| {% extends "seminar/archiv/base.html" %} | {% extends "seminar/archiv/base.html" %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| {% load sekizai_tags %} | {% load sekizai_tags %} | ||||||
| 
 | 
 | ||||||
| {# toto z nejakeho duvodu nefunguje #} | {# toto z nejakeho duvodu nefunguje #} | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| {% extends "base.html" %} | {% extends "base.html" %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| {% block content %} | {% block content %} | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| {% extends "base.html" %} | {% extends "base.html" %} | ||||||
| {% load staticfiles %} | {% load static %} | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| {% block content %} | {% block content %} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 MaM Web user
						MaM Web user