core: fix incorrect styling for bse_full template
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -3,6 +3,10 @@
 | 
			
		||||
{% load static %}
 | 
			
		||||
{% load i18n %}
 | 
			
		||||
 | 
			
		||||
{% block head_before %}
 | 
			
		||||
<link rel="stylesheet" type="text/css" href="{% static 'dist/patternfly.min.css' %}?v={{ ak_version }}">
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block body %}
 | 
			
		||||
<div class="pf-c-background-image">
 | 
			
		||||
    <svg xmlns="http://www.w3.org/2000/svg" class="pf-c-background-image__filter" width="0" height="0">
 | 
			
		||||
 | 
			
		||||
@ -291,7 +291,7 @@ class OAuthFulfillmentStage(StageView):
 | 
			
		||||
                GrantTypes.HYBRID,
 | 
			
		||||
            ]:
 | 
			
		||||
                code = self.params.create_code(self.request)
 | 
			
		||||
                code.save()
 | 
			
		||||
                code.save(force_insert=True)
 | 
			
		||||
 | 
			
		||||
            if self.params.grant_type == GrantTypes.AUTHORIZATION_CODE:
 | 
			
		||||
                query_params["code"] = code.code
 | 
			
		||||
 | 
			
		||||
@ -15,6 +15,7 @@ const extensions = [
 | 
			
		||||
const resources = [
 | 
			
		||||
    { src: "node_modules/rapidoc/dist/rapidoc-min.js", dest: "dist/" },
 | 
			
		||||
 | 
			
		||||
    { src: "node_modules/@patternfly/patternfly/patternfly.min.css", dest: "dist/" },
 | 
			
		||||
    { src: "node_modules/@patternfly/patternfly/patternfly-base.css", dest: "dist/" },
 | 
			
		||||
    { src: "node_modules/@patternfly/patternfly/components/Page/page.css", dest: "dist/" },
 | 
			
		||||
    { src: "node_modules/@patternfly/patternfly/components/EmptyState/empty-state.css", dest: "dist/" },
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user