Posts by aligenigena • 15 points
3 posts
- 
		0 votes1 answer38 viewsQ: Selectively filling an HTML select from a parameterI have a Django view that queries the database and returns the result to a "query courses.html" file where a select is populated. view py. def consulta_cursos(request): if campus_id == '605': with… 
- 
		0 votes2 answers564 viewsQ: Show login error messages in Python with DjangoI’m building a Python login page with Django, Javascript and HTML. What I’m not knowing how to do is show, on the login screen an Alert with the messages "Unauthorized user" and "Incorrect user or… 
- 
		-3 votes2 answers78 viewsQ: Align menu icons inside a <li>I’m not getting to align icons to the right of my menus. For some reason they appear below where they should be. Below is the code to understand the problem. And here jsfiddle. I’m a beginner in the…