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" %} | ||||
| 
 | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| {% block title %} Nápověda ke korekturovátku {% endblock title %} | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| <html> | ||||
| <head> | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| {% extends "base.html" %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| {% block script%} | ||||
|   <link rel="stylesheet" type="text/css" media="screen, projection" href="{% static "korektury/opraf-list.css" %}" /> | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| {% extends "base.html" %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| {% block script%} | ||||
|   <link rel="stylesheet" type="text/css" media="screen, projection" href="{% static "korektury/opraf-list.css" %}" /> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| {% extends "error_base.html" %} | ||||
| 
 | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| {% block errorheading %} | ||||
|       O-jo-jo-jo-joj | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| {% extends "error_base.html" %} | ||||
| 
 | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| {% block errorheading %} | ||||
|       Vrrrrrrrrr | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| {% extends "error_base.html" %} | ||||
| 
 | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| {% block errorheading %} | ||||
| Požadovaná stránka nenalezena | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| {% extends "error_base.html" %} | ||||
| 
 | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| {% block errorheading %} | ||||
|       O-jo-jo-jo-joj | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| {% extends "admin/base.html" %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| {% block extrahead %} | ||||
| <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 %} | ||||
| <!DOCTYPE html> | ||||
| <html lang='cs'> | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| <img class="logo" | ||||
|     {% for item in sitetree_items %} | ||||
|         {% if item.is_active or item.in_current_branch %} | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| {% extends "base.html" %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| {% block script %} | ||||
|     <script src="{% static 'odevzdavatko/dynamic_formsets.js' %}"></script> | ||||
| {% endblock %} | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| {% extends "base.html" %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| {% block script %} | ||||
|     <!--script type="text/javascript" src="{% static 'admin/js/vendor/jquery/jquery.js' %}"></script!--> | ||||
|     {{form.media}} | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| {% extends "base.html" %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| 
 | ||||
| {% block content %} | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| {% extends "base.html" %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| {% block script %} | ||||
|     <script src="{% static 'personalni/prihlaska.js' %}"></script> | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| {% extends "base.html" %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| {% block script %} | ||||
|     <script src="{% static 'personalni/prihlaska.js' %}"></script> | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| {% extends 'base.html' %} | ||||
| 
 | ||||
| {% load humanize %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| 
 | ||||
| {% block content %} | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| {% extends 'base.html' %} | ||||
| 
 | ||||
| {% load humanize %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| 
 | ||||
| {% block content %} | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| {% autoescape off %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| {% load tex %} | ||||
| \documentclass[11pt,a4paper,landscape]{article} | ||||
| \usepackage[top=3.75cm,left=8cm]{geometry} | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| {% extends 'base.html' %} | ||||
| 
 | ||||
| {% load humanize %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| 
 | ||||
| {% block content %} | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| {% block content %} | ||||
|   <h1> | ||||
|  |  | |||
|  | @ -10,7 +10,7 @@ function sousdeadline() { | |||
| {% extends 'base.html' %} | ||||
| 
 | ||||
| {% load humanize %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| 
 | ||||
| {% block content %} | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| {% extends "seminar/archiv/base.html" %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| {% load sekizai_tags %} | ||||
| 
 | ||||
| {# toto z nejakeho duvodu nefunguje #} | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| {% extends "base.html" %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| 
 | ||||
| {% block content %} | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| {% extends "base.html" %} | ||||
| {% load staticfiles %} | ||||
| {% load static %} | ||||
| 
 | ||||
| 
 | ||||
| {% block content %} | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 MaM Web user
						MaM Web user