mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Update
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
{% extends "nopaque.html.j2" %}
 | 
					{% extends "nopaque.html.j2" %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% set title = '<i class="material-icons left service" data-service="{service}" style="font-size: inherit;"></i>Job'.format(service=job.service) %}
 | 
					{% set headline = '<i class="material-icons left service" data-service="{service}" style="font-size: inherit;"></i>Job'.format(service=job.service) %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block page_content %}
 | 
					{% block page_content %}
 | 
				
			||||||
<div class="col s12 m4">
 | 
					<div class="col s12 m4">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,7 +7,7 @@
 | 
				
			|||||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
					    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
				
			||||||
    <title>
 | 
					    <title>
 | 
				
			||||||
      nopaque
 | 
					      nopaque
 | 
				
			||||||
      {% if title and not url_for(request.endpoint) == url_for('main.index') %}
 | 
					      {% if title and request.path != url_for('main.index') %}
 | 
				
			||||||
      – {{ title }}
 | 
					      – {{ title }}
 | 
				
			||||||
      {% endif %}
 | 
					      {% endif %}
 | 
				
			||||||
    </title>
 | 
					    </title>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user