Select Git revision
0012_remove_mainpersonpage_facebook_and_more.py
-
OndraPetrzilka authored
added main and profile picture to main person model, main_person template in progress, migrations for new fields in model
OndraPetrzilka authoredadded main and profile picture to main person model, main_person template in progress, migrations for new fields in model
additional_button.html 312 B
<a
class="
btn__body-wrap hover:no-underline
hidden lg:inline
"
href="{{ self.button_link }}"
>
<div
class="
navbar__border-button
flex items-center justify-center border-none border-4 w-24 h-11 py-4 px-6 duration-150
xl:w-auto
"
>{{ self.button_text }}</div>
</a>