Skip to content
Snippets Groups Projects
Select Git revision
  • 6b91fc95ed252948dbbe417a797cd6bdf0193dc0
  • test default protected
  • master protected
  • niki-stuff2
  • feat/niki-stuff
  • feat/custom-css
  • feat/redesign-improvements-10
  • feat/redesign-improvements-8
  • feat/redesign-fixes-3
  • feat/pirstan-changes
  • feat/separate-import-thread
  • feat/dary-improvements
  • features/add-pdf-page
  • features/add-typed-table
  • features/fix-broken-calendar-categories
  • features/add-embed-to-articles
  • features/create-mastodon-feed-block
  • features/add-custom-numbering-for-candidates
  • features/add-timeline
  • features/create-wordcloud-from-article-page
  • features/create-collapsible-extra-legal-info
21 results

candidate_primary_box.html

Blame
  • user avatar
    Tomi Valentová authored
    6b91fc95
    History
    candidate_primary_box.html 432 B
    {% load wagtailimages_tags %}
    
    <ui-candidate-primary-box
      name="{{ name }}"
    
      {% if subheading %}
        subheading="{{ subheading }}"
      {% endif %}
    
      {% if button_text %}
        button-text="{{ button_text }}"
      {% endif %}
    
      :position="{% if position %}'{{ position }}'{% else %}null{% endif %}"
      :description="'{{ description|escapejs }}'"
      url="{{ url }}"
      image-source="{{ candidate_image.url }}"
    ></ui-candidate-primary-box>