password_reset_done

{% load static %} <!DOCTYPE html> <html dj-parse="DJANGO"> <head> <meta charset="utf-8">

<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-NG21EXTML9"> </script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date());

gtag('config', 'G-NG21EXTML9'); </script> <meta content="width=device-width, initial-scale=1.0, shrink-to-fit=no" name="viewport"> <title> SpeakHDL </title> <meta content="FPGA, FPGA Prototyping, FPGA Tool, Voice Coding, procedural programming, FPGA Easy, VHDL, FPGA for beginners" name="keywords"> <meta content="A practical FPGA design tool that combines procedural programming using native VHDL with command-based programming" name="description"> <link href='{% static "logo\favicon-16x16.png" %}' rel="icon" sizes="16x16" type="image/png"> <link href='{% static "logo\favicon-32x32.png" %}' rel="icon" sizes="32x32" type="image/png"> <link href='{% static "logo\android-chrome-192x192.png" %}' rel="icon" sizes="192x192" type="image/png"> <link href='{% static "logo\android-chrome-512x512.png" %}' rel="icon" sizes="512x512" type="image/png"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <link href="https://unpkg.com/@bootstrapstudio/bootstrap-better-nav/dist/bootstrap-better-nav.min.css" rel="stylesheet"> <link href='{% static "css\doxy-override.css" %}' rel="stylesheet"> <link href='{% static "css\Footer-Basic.css" %}' rel="stylesheet"> <link href='{% static "css\Login-Form-Clean.css" %}' rel="stylesheet"> <link href='{% static "css\banner.css" %}' rel="stylesheet"> <link href='{% static "css\examples.css" %}' rel="stylesheet"> <link href='{% static "css\speakhdl-styles.css" %}' rel="stylesheet"> </head> <body>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"> </script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"> </script> <script src='{% static "js\bss_custom_js.js" %}'> </script> <script src="https://unpkg.com/@bootstrapstudio/bootstrap-better-nav/dist/bootstrap-better-nav.min.js"> </script> </body> </html>