File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -200,10 +200,10 @@ def embed(self, **kwargs):
200200        ## TODO 
201201        - [ ] Générer un contexte fake dans Django Lookbook 
202202        """ 
203-         return  render_to_string ("modals/embed.html" )
203+         return  render_to_string ("ui/ modals/embed.html" )
204204
205205    def  share (self , ** kwargs ):
206-         return  render_to_string ("modals/share.html" )
206+         return  render_to_string ("ui/ modals/share.html" )
207207
208208
209209class  PagesPreview (LookbookPreview ):
@@ -347,7 +347,7 @@ def P01_7_3(self, **kwargs):
347347        ## À vérifier 
348348        - [ ] En utilisant la touche tab, on peut naviguer dans les boutons de la modale de partage 
349349        """ 
350-         return  render_to_string ("modals/share.html" )
350+         return  render_to_string ("ui/ modals/share.html" )
351351
352352    def  P01_3_3 (self , ** kwargs ):
353353        """ 
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ <h2 class="qf-text-lg">
1111        qf-flex-wrap qf-items-center qf-justify-center  "
1212    > 
1313        < li  class ="max-md:qf-flex-1 qf-list-none qf-p-0 "> 
14-         {% include "modals/share.html" with button_extra_classes="qf-w-full qf-justify-center fr-btn--secondary fr-btn--icon-left fr-icon fr-icon-share-line" %}
14+         {% include "ui/ modals/share.html" with button_extra_classes="qf-w-full qf-justify-center fr-btn--secondary fr-btn--icon-left fr-icon fr-icon-share-line" %}
1515        </ li > 
1616        < li  class ="max-md:qf-flex-1 qf-list-none qf-p-0 "> 
17-         {% include "modals/embed.html" with button_extra_classes="qf-w-full qf-justify-center fr-btn--tertiary fr-btn--icon-left fr-icon fr-icon-code-s-slash-line" %}
17+         {% include "ui/ modals/embed.html" with button_extra_classes="qf-w-full qf-justify-center fr-btn--tertiary fr-btn--icon-left fr-icon fr-icon-code-s-slash-line" %}
1818        </ li > 
1919    </ ul > 
2020</ div > 
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ <h2 class="qf-text-lg">
1111        qf-flex-wrap qf-items-center qf-justify-center  "
1212    > 
1313        < li  class ="max-md:qf-flex-1 qf-list-none qf-p-0 "> 
14-         {% include "modals/share.html" with button_text="Partager" button_extra_classes="qf-w-full qf-justify-center fr-btn--secondary fr-btn--icon-left fr-icon fr-icon-share-line" %}
14+         {% include "ui/ modals/share.html" with button_text="Partager" button_extra_classes="qf-w-full qf-justify-center fr-btn--secondary fr-btn--icon-left fr-icon fr-icon-share-line" %}
1515        </ li > 
1616        < li  class ="max-md:qf-flex-1 qf-list-none qf-p-0 "> 
17-         {% include "modals/embed.html" with button_text="Intégrer" button_extra_classes="qf-w-full qf-justify-center fr-btn--tertiary fr-btn--icon-left fr-icon fr-icon-code-s-slash-line" %}
17+         {% include "ui/ modals/embed.html" with button_text="Intégrer" button_extra_classes="qf-w-full qf-justify-center fr-btn--tertiary fr-btn--icon-left fr-icon fr-icon-code-s-slash-line" %}
1818        </ li > 
1919    </ ul > 
2020</ div > 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments