mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-11-10 02:45:42 +01:00
Update
This commit is contained in:
parent
cea0fd76d4
commit
1b1e4627fa
@ -285,8 +285,8 @@ a:hover,
|
||||
}
|
||||
|
||||
@media (width < 600px) {
|
||||
.aside-docs {
|
||||
display: none;
|
||||
.nav-docs {
|
||||
position: initial;
|
||||
}
|
||||
}
|
||||
|
||||
@ -349,9 +349,10 @@ a:hover,
|
||||
padding-inline: var(--gap-m);
|
||||
}
|
||||
.docs {
|
||||
display: initial;
|
||||
display: flex;
|
||||
grid-template-columns: initial;
|
||||
gap: 0;
|
||||
gap: var(--gap-l);
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
}
|
||||
|
||||
|
2
one.org
2
one.org
@ -607,8 +607,6 @@ Los datos se recogen de la misma forma que en el caso anterior.
|
||||
|
||||
Para validar un formulario puedes hacerlo de la misma forma que en Django. Pero si quieres mostrar los errores en tiempo real, debes redibujar el formulario en cada ocasión.
|
||||
|
||||
|
||||
|
||||
* History
|
||||
:PROPERTIES:
|
||||
:ONE: one-custom-default-doc
|
||||
|
2
onerc.el
2
onerc.el
@ -113,7 +113,7 @@
|
||||
(:li (:i (@ :aria-label "bug") "🪲") " Bugs: " (:a.link (@ :href "https://github.com/Django-LiveView/docs/blob/main/one.org" :target "_blank") "Documentation"))
|
||||
(:li (:i (@ :aria-label "chat") "💬") " Get help: "(:a.link (@ :href "xmpp://django-liveview@conference.im.andros.dev?join" :target "_blank") "Jabber/XMPP group "))
|
||||
(:li (:i (@ :aria-label "chat") "🐘") " Follow me: " (:a.link (@ :href "https://hostux.social/@andros" :target "_blank") "ActivityPub/Fediverse "))
|
||||
(:li (:span (@ :aria-hidden "true") "💰 ") " Support the project: " (:a.link (@ :href "https://liberapay.com/androsfenollosa/" :target "_blank") "Libeapay")))
|
||||
(:li (:span (@ :aria-hidden "true") "💰 ") " Support the project: " (:a.link (@ :href "https://liberapay.com/androsfenollosa/" :target "_blank") "Liberapay")))
|
||||
(:p "Created with " (:i (@ :aria-label "love") "❤️") " by " (:a.link (@ :href "https://andros.dev/" :target "_blank") "Andros Fenollosa") " with " (:a.link (@ :href "https://one.tonyaldon.com/" :target "_blank") "one.el"))
|
||||
(:p "🐍 " ,(format-time-string "%Y")))))))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user