new video

This commit is contained in:
Martin Quarda 2024-03-03 17:09:41 +01:00
parent 3fcfdb822e
commit 1a250c91ca
2 changed files with 3 additions and 2 deletions

View File

@ -90,6 +90,7 @@ EMAIL_PORT = 465
EMAIL_HOST_USER = 'info@alkator.cz' EMAIL_HOST_USER = 'info@alkator.cz'
EMAIL_HOST_PASSWORD = 'hX:"D+6R+c%fLnq' EMAIL_HOST_PASSWORD = 'hX:"D+6R+c%fLnq'
EMAIL_USE_SSL = True EMAIL_USE_SSL = True
EMAIL_TIMEOUT = 10
# Password validation # Password validation
@ -116,7 +117,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us' LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC' TIME_ZONE = 'CET'
USE_I18N = True USE_I18N = True

View File

@ -100,7 +100,7 @@ class Main extends Component {
<button type="submit" class="btn btn-primary">Odeslat</button> <button type="submit" class="btn btn-primary">Odeslat</button>
</form> </form>
<div class="container video"> <div class="container video">
<iframe width="100%" height="800px" src="https://www.youtube.com/embed/-_Uu4rMb3n8?si=3AeWqw319fPrSTse" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="true"></iframe> <iframe width="100%" height="800px" src="https://www.youtube.com/embed/7WB4J_j-VhM?si=kkh2_BBJXw56gVaP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="true"></iframe>
</div> </div>
<div class="container"> <div class="container">
kontakt: <a href="mailto:info@alkator.cz">info@alkator.cz</a> kontakt: <a href="mailto:info@alkator.cz">info@alkator.cz</a>